Update default port

This commit is contained in:
wtfitsaduck 2025-06-15 22:06:09 +00:00
parent 5b88c92937
commit a70445e64b
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ services:
# Method 2: Use SERVER_HOST and SERVER_PORT separately
SERVER_HOST: 0.0.0.0
SERVER_PORT: 8080
SERVER_PORT: 8000
# Security
JWT_SECRET: your-secret-key-change-this-in-production
@ -57,7 +57,7 @@ services:
ports:
# Map container port to host port
# Format: "host_port:container_port"
- "8080:8080"
- "8000:8000"
volumes:
# Persistent storage for uploads