Updated docs
CI / check (push) Successful in 1m10s
CI / docker (push) Successful in 1m35s

This commit is contained in:
Connor Johnstone
2026-03-23 16:52:01 -04:00
parent 53b3a644a1
commit 6821427471
8 changed files with 65 additions and 103 deletions
+2 -5
View File
@@ -3,14 +3,11 @@ services:
build: .
ports:
- "8085:8085"
- "6080:6080" # noVNC for YouTube login
# - "6080:6080" # Optional: expose if YouTube login iframe doesn't load
volumes:
- ./config:/config
- shanty-data:/data
- ./data:/data # Database, downloads, MB data. Put on SSD if possible.
- /path/to/music:/music # Change this to your music library path
environment:
- SHANTY_WEB_BIND=0.0.0.0
restart: unless-stopped
volumes:
shanty-data: