You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-envfile: executing...
[cont-init.d] 01-envfile: exited 0.
[cont-init.d] 10-adduser: executing...
usermod: no changes
-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/
Brought to you by linuxserver.io
-------------------------------------
To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------
User uid: 911
User gid: 911
-------------------------------------
[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
[cont-init.d] 20-config: exited 0.
[cont-init.d] 30-keygen: executing...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a RSA private key
........................................+++++
...................................................................+++++
writing new private key to '/config/keys/cert.key'
-----
[cont-init.d] 30-keygen: exited 0.
[cont-init.d] 50-config: executing...
Generating BookStack app key for first run
App Key set to base64:<snip>= you can modify the file to update /config/BOOKSTACK_APP_KEY.txt
Running config - db_user set
**** APP_URL in /config/www/.env is being updated from https://example.com to <my custom url which is correct> ****
**** If this is an existing install, you should run the following line from your host terminal to update the database URL entries: ****
************************************************************************
docker exec -it bookstack php /var/www/html/artisan bookstack:update-url https://example.com <my custom url which is correct>
************************************************************************
/var/run/s6/etc/cont-init.d/50-config: line 86: warning: command substitution: ignored null byte in input
/var/run/s6/etc/cont-init.d/50-config: line 86: warning: command substitution: ignored null byte in input
Nothing to migrate.
[cont-init.d] 50-config: exited 0.
[cont-init.d] 99-custom-files: executing...
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
I have tried setting the index and root settings. I also tried exposing /var/www/html/public to the host, however when doing so the container refused to write any files there. (I did see it correctly writes when not mounted with docker exec bookstack ls /var/www/html/public).
The text was updated successfully, but these errors were encountered:
When proxied through Nginx, static assets are not available, and return 404 in the browser.
Expected Behavior
Static assets should load when directly proxied with nginx.
Current Behavior
They do not load.
Steps to Reproduce
Environment
OS: Ubuntu 20.04
CPU architecture: x86_64
How docker service was installed: From the docker repo, via docker run.
Command used to create docker container (run/create/compose/screenshot)
Docker logs
Nginx Configuration
I have tried setting the index and root settings. I also tried exposing /var/www/html/public to the host, however when doing so the container refused to write any files there. (I did see it correctly writes when not mounted with
docker exec bookstack ls /var/www/html/public
).The text was updated successfully, but these errors were encountered: