[FATAL tini (7)] exec ./start.sh failed: No such file or directory when starting docker image · Issue #1341 · slskd/slskd · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're mounting a volume on the internal /slskd directory where the application sits, so the entrypoint must be looking in your volume instead of the container.
If you intended to map the settings and data, change that to /app
[FATAL tini (7)] exec ./start.sh failed: No such file or directory
stack:
version: "3"
services:
slskd:
environment:
- SLSKD_REMOTE_CONFIGURATION=true
ports:
- 5030:5030/tcp
- 5031:5031/tcp
- 50300:50300/tcp
volumes:
- /Docker_Config/SLSKD:/app
- /srv/dev-disk-by-uuid-5c3c71b2-dce8-4967-95f4-eba3d293a511/slskd:/slskd
- /srv/dev-disk-by-label-DATA02/Music:/music:ro
image: slskd/slskd:latest
The text was updated successfully, but these errors were encountered: