Hello,
When redeploying the same docker compose that was working previously for months, I got this error visible on the running swag container:
s6-rc-compile: fatal: unable to read /etc/s6-overlay/s6-rc.d/init-mods-package-install/type: No such file or directory
[mod-init] Applying linuxserver/mods:swag-dashboard files to container
[mod-init] Attempting to run Docker Modification Logic
I checked the container, this file or directory is missing /etc/s6-overlay/s6-rc.d/init-mods-package-install/type
it works perfectly when removing - DOCKER_MODS=linuxserver/mods:swag-dashboard from the docker compose file.
What am I missing?
Hello,
When redeploying the same docker compose that was working previously for months, I got this error visible on the running swag container:
I checked the container, this file or directory is missing /etc/s6-overlay/s6-rc.d/init-mods-package-install/type
it works perfectly when removing - DOCKER_MODS=linuxserver/mods:swag-dashboard from the docker compose file.
What am I missing?