-
-
Notifications
You must be signed in to change notification settings - Fork 134
s6-rc-compile: fatal #288
Copy link
Copy link
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
With the latest release I get the following error in the container for the bookstack-server:
"s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-bookstack-config/type: must be oneshot, longrun, or bundle"
I switched back to release 26.03.1 and everything works fine.
Expected Behavior
bookstack should start and work :)
Steps To Reproduce
Install release 26.03.1 everything works
Install 26.03.02 again and the error is still there
Environment
- OS: Debian 13.4
- How docker service was installed:
as a Stack in portainerCPU architecture
x86-64
Docker creation
services:
bookstack-server:
image: lscr.io/linuxserver/bookstack:latest
#image: lscr.io/linuxserver/bookstack:26.03.1
container_name: bookstack-server
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000Container logs
s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-bookstack-config/type: must be oneshot, longrun, or bundleReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done