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] Swag won't start anymore #529

Closed
1 task done
Derekcde opened this issue Jan 3, 2025 · 3 comments
Closed
1 task done

[BUG] Swag won't start anymore #529

Derekcde opened this issue Jan 3, 2025 · 3 comments

Comments

@Derekcde
Copy link

Derekcde commented Jan 3, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Since version 3.0.1-ls348 my swag does not start anymore.
It still works in 3.0.1-ls347
Thanks in advance

Expected Behavior

No response

Steps To Reproduce

Start swag with my config you get this log

Environment

- OS: QTS
- How docker service was installed: i use Portainer

CPU architecture

x86-64

Docker creation

swag:
    image: linuxserver/swag:3.0.1-ls348
    container_name: swag
    cap_add:
      - NET_ADMIN
    depends_on:
      - authelia
      - crowdsec
    environment:
      - PUID=xxxx
      - PGID=xxxx
      - EMAIL=xxx
      - URL=xxxx
      - VALIDATION=dns
      - DNSPLUGIN=xxx
      - SUBDOMAINS=wildcard
      - DOCKER_MODS=linuxserver/mods:swag-dashboard|linuxserver/mods:swag-dbip|linuxserver/mods:swag-crowdsec
      - CROWDSEC_LAPI_URL=http://crowdsec:8080
      - FILE__CROWDSEC_API_KEY=/run/secrets/crowdsec-api-key
    secrets:
      - crowdsec-api-key
    volumes:
      - container/NetworkTools/swag/config:/config
    ports:
      - 36556:443
    restart: always

Container logs

s6-rc: warning: unable to start service init-permissions: command exited 1

/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.

/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
Copy link

github-actions bot commented Jan 3, 2025

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

@Tidle999
Copy link

Tidle999 commented Jan 4, 2025

Same for me.

@thespad
Copy link
Member

thespad commented Jan 4, 2025

Duplicate of #514

@thespad thespad marked this as a duplicate of #514 Jan 4, 2025
@thespad thespad closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2025
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants