Updated docs
This commit is contained in:
+2
-5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user