From 382d08cbcb8255f315a6a3f2746db7692bd2f0b7 Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Sat, 23 Aug 2025 04:24:08 +0000 Subject: [PATCH] Updated the Foundry login watcher to serve the log on API root and thus removed the need for port 8080 --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6d1b926..a55c44f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -517,7 +517,6 @@ services: - FOUNDRY_API_TOKEN=${FOUNDRY_API} - LOG_FILES_TO_CHECK=1 ports: - - "5432:8080" - "5234:5000" command: ["sh", "/app/entrypoint.sh"] restart: unless-stopped