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
When upgrading to v24.10.3 or newest, bookstack is failing to run with the output : s6-rc: warning: unable to start service init-permissions: command exited 1
I saw someone had the same issue using Podman and you rejected it because he used podman.. I'm using docker-compose here so Podman is not part of the problem.
Expected Behavior
Bookstack should start and be accessible via web browser
Steps To Reproduce
Pull the latest version of the image (docker pull...)
Restart container (docker-compose down && docker-compose up -d)
Environment
- OS: Debian 10.13
- How docker service was installed : With APT
using keys found in /config/keys
chmod: changing permissions of '/etc/logrotate.d/acpid': Operation not permitted
chmod: changing permissions of '/etc/logrotate.d/nginx': Operation not permitted
chmod: changing permissions of '/etc/logrotate.d/php-fpm': Operation not permitted
chmod: changing permissions of '/etc/logrotate.d/php-fpm83': Operation not permitted
chmod: changing permissions of '/config/nginx/nginx.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/nginx.conf.sample': Operation not permitted
chmod: changing permissions of '/config/nginx/ssl.conf.sample': Operation not permitted
chmod: changing permissions of '/config/nginx/resolver.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/worker_processes.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/site-confs': Operation not permitted
chmod: changing permissions of '/config/nginx/site-confs/default.conf.sample': Operation not permitted
chmod: changing permissions of '/config/nginx/site-confs/default.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/ssl.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/dhparams.pem': Operation not permitted
s6-rc: warning: unable to start service init-permissions: command exited 1
The text was updated successfully, but these errors were encountered:
You appear to be using the same bind mount for both Bookstack and Mariadb, which is never going to go well. If you're not and you've just made up paths, that's not helpful for troubleshooting your issue.
Is there an existing issue for this?
Current Behavior
When upgrading to v24.10.3 or newest, bookstack is failing to run with the output :
s6-rc: warning: unable to start service init-permissions: command exited 1
I saw someone had the same issue using Podman and you rejected it because he used podman.. I'm using docker-compose here so Podman is not part of the problem.
Expected Behavior
Bookstack should start and be accessible via web browser
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: