From 862cd571396b45735f47b25efc7f3df70de08f6b Mon Sep 17 00:00:00 2001 From: Sebastian Steinig <80361118+sebsteinig@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:13:40 +0100 Subject: [PATCH] back to default port after testing (#358) --- deployment/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/compose.yaml b/deployment/compose.yaml index 3232860d..35948c1b 100644 --- a/deployment/compose.yaml +++ b/deployment/compose.yaml @@ -53,7 +53,7 @@ services: depends_on: - api ports: - - 80:80 + - 8001:80 volumes: - data_textures:/app/data_textures