We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
since today, the lscr.io/linuxserver/wikijs:latest image will not start properly
If i switch back to lscr.io/linuxserver/wikijs:v2.5.300-ls126, the container starts fine
Wikijs should startup with the latest image
create a docker-container from the latest image
Debian GNU/Linux 12 (bookworm) (kernel 6.1.0-17-amd64) Docker version 24.0.7, build afdd53b
x86-64
services: wikijs: image: lscr.io/linuxserver/wikijs:v2.5.300-ls126 # <-- works fine #image: lscr.io/linuxserver/wikijs:latest # <-- wont start since 14.01.2024 restart: unless-stopped container_name: wikijs environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - /docker/data/wikijs/config:/config - /docker/data/wikijs/data:/data ports: - 3000:3000
`s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-wikijs-config/type: must be oneshot, longrun, or bundle`
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
seems to be fixed with newer nightly builds... can be closed
No branches or pull requests
Is there an existing issue for this?
Current Behavior
since today, the lscr.io/linuxserver/wikijs:latest image will not start properly
If i switch back to lscr.io/linuxserver/wikijs:v2.5.300-ls126, the container starts fine
Expected Behavior
Wikijs should startup with the latest image
Steps To Reproduce
create a docker-container from the latest image
Environment
CPU architecture
x86-64
Docker creation
Container logs
`s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-wikijs-config/type: must be oneshot, longrun, or bundle`
The text was updated successfully, but these errors were encountered: