mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fix minor convention issues across 10 stacks
This commit is contained in:
@@ -2,13 +2,14 @@ services:
|
||||
spotdl:
|
||||
image: ${SPOTDL_IMAGE:-spotdl/spotify-downloader:latest}
|
||||
restart: ${SPOTDL_RESTART:-unless-stopped}
|
||||
command: web
|
||||
ports:
|
||||
- "${SPOTDL_PORT:-8800}:8800"
|
||||
volumes:
|
||||
- ${VOL_PATH:-/data}/spotdl/music:/music
|
||||
ports:
|
||||
- "${SPOTDL_PORT:-8800}:8800"
|
||||
networks:
|
||||
- proxy
|
||||
command:
|
||||
- web
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user