From fdc1d178f689445bf6e8e58d35bd9cc1df721d68 Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Mon, 2 Feb 2026 21:03:16 -0600 Subject: [PATCH] Ensure proper port exposure in docker-compose.yml - API on 5000, FTP on 2122 and 2123 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9c6f9e6..8ea9158 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3.8' + version: '3.8' services: factsdb: @@ -36,4 +36,4 @@ services: - AI_ENDPOINT_TOKEN=111 - DATABASE_PATH=/app/facts.db restart: unless-stopped - command: python -m factsdb.main ftp \ No newline at end of file + command: python -m factsdb.main ftp