Better env docs

This commit is contained in:
Xoconoch
2025-08-04 12:08:37 -06:00
parent 27a00c237e
commit 70e816cf8f
2 changed files with 4 additions and 2 deletions

View File

@@ -19,8 +19,10 @@ PGID=1000
# Optional: Sets the default file permissions for newly created files within the container.
UMASK=0022
# Basic Authentication
# Enable authentication
ENABLE_AUTH=true
# Basic Authentication settings
JWT_SECRET=your-super-secret-jwt-key-change-in-production
JWT_EXPIRATION_HOURS=24
DEFAULT_ADMIN_USERNAME=admin

View File

@@ -2,7 +2,7 @@ name: spotizerr
services:
spotizerr:
image: cooldockerizer93/spotizerr:beta
image: cooldockerizer93/spotizerr
volumes:
- ./data:/app/data
- ./downloads:/app/downloads # <-- Change this for your music library dir