chore: update default port from 8080 to 8597 in .env.example and docker-compose.yml

This commit is contained in:
2025-10-03 12:45:07 +00:00
parent 0bc7afc079
commit 314eb930f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# Server Configuration
# ----------------------------------------------------------------------------
HOST=0.0.0.0
PORT=8080
PORT=8597
# SSL/TLS Configuration (recommended for production)
SSL_ENABLED=false
+1 -1
View File
@@ -16,7 +16,7 @@ services:
restart: unless-stopped
ports:
- "8080:8080"
- "8597:8597"
volumes:
# Persistent storage for user files