From 13b341e7a3796d863931c7055837ec920b25b356 Mon Sep 17 00:00:00 2001 From: DarDarBinks Date: Tue, 23 Sep 2025 21:57:43 +0000 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 28115d6..5c1be8d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: - AUTH_PASSWORD= # Server configuration - - PORT=3000 + - PORT=3069 restart: unless-stopped healthcheck: test: @@ -31,7 +31,7 @@ services: "--no-verbose", "--tries=1", "--spider", - "http://localhost:3000/health", + "http://localhost:3069/health", ] interval: 30s timeout: 10s