From a70445e64b7ee03cf97d05aed911d9c93cedb450 Mon Sep 17 00:00:00 2001 From: wtfitsaduck Date: Sun, 15 Jun 2025 22:06:09 +0000 Subject: [PATCH] Update default port --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0252534..a3c0d78 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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