Skip to content
New issue

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

[BUG] WikiJS Latest will not start #31

Closed
1 task done
Dattel opened this issue Jan 13, 2024 · 2 comments
Closed
1 task done

[BUG] WikiJS Latest will not start #31

Dattel opened this issue Jan 13, 2024 · 2 comments

Comments

@Dattel
Copy link

Dattel commented Jan 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

Debian GNU/Linux 12 (bookworm) (kernel 6.1.0-17-amd64)
Docker version 24.0.7, build afdd53b

CPU architecture

x86-64

Docker creation

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

Container logs

`s6-rc-compile: fatal: invalid /etc/s6-overlay/s6-rc.d/init-wikijs-config/type: must be oneshot, longrun, or bundle`
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Dattel
Copy link
Author

Dattel commented Jan 25, 2024

seems to be fixed with newer nightly builds... can be closed

@Dattel Dattel closed this as completed Jan 25, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant