fix minor convention issues across 10 stacks

This commit is contained in:
openhands
2026-07-16 04:53:51 +00:00
parent 41cc2c0999
commit 9d383af232
11 changed files with 31 additions and 51 deletions
+4 -3
View File
@@ -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: