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

running docker-compose #6

Open
drondeseries opened this issue Dec 21, 2024 · 0 comments
Open

running docker-compose #6

drondeseries opened this issue Dec 21, 2024 · 0 comments

Comments

@drondeseries
Copy link

drondeseries commented Dec 21, 2024

services:
dynamiX:
image: clharrel/dynamix:latest
container_name: dynamiX
user: 1000:1000
environment:
- PUID=1000
- GUID=1000
- TZ=America/New_York
ports:
- 8090:80
volumes:
- /home/mediaserver/docker/data/dynamiX/config.json:/app/config.json
- /home/mediaserver/docker/data/dynamiX/dynamiXHeadless.py:/app/dynamiXHeadless.py
- /home/mediaserver/docker/data/dynamiX/:/app
restart: unless-stopped

Error: 

python: can't open file '/app/dynamiXHeadless.py': [Errno 2] No such file or directory 

fix and running.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant