This commit is contained in:
retoor 2025-10-03 14:45:07 +02:00
parent 2a4045b298
commit fb6125bf38
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# Server Configuration # Server Configuration
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
HOST=0.0.0.0 HOST=0.0.0.0
PORT=8080 PORT=8597
# SSL/TLS Configuration (recommended for production) # SSL/TLS Configuration (recommended for production)
SSL_ENABLED=false SSL_ENABLED=false

View File

@ -16,7 +16,7 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8080:8080" - "8597:8597"
volumes: volumes:
# Persistent storage for user files # Persistent storage for user files