Better env docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user