Is there an existing issue for this?
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 portainer
CPU 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: 1000
Container logs
s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-bookstack-config/type: must be oneshot, longrun, or bundle
Is there an existing issue for this?
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
CPU 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