Closed VlaK0r closed 5 months ago
Hi @VlaK0r
Thanks for trying Swing Music. Can you try this:
services:
swingmusic:
image: swingmusic
container_name: swingmusic
command: ["your-binary", "--flag1", "value1", "--flag2", "value2"]
volumes:
- /path/to/music:/music
- /path/to/config:/config
ports:
- "1970:1970"
restart: unless-stopped
+ command: ["poetry", "run", "python", "manage.py", "--host", "0.0.0.0", "--config", "/config", "<others here>"]
Replace <others here>
with your desired flags.
The command
compose field is used to override the startup script of the Docker container. Let me know whether it works.
Thanks.
I made changes, I started it, there are no errors.
Hi @VlaK0r
Looks like this issue was resolved. I'll be closing it now.
If you still have the same issue, please leave a comment.
Thank you.
Hello! Thank you for your hard work!
Please tell me how to add these settings to docker-compose.yml?