From f56cb14f4ebfa64eef1e4c1931f7752063a59e85 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Thu, 20 Feb 2025 09:22:21 -0800 Subject: [PATCH] use port 3003 for aquatic in testing --- .gitea/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 1a7095d..180a089 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -61,7 +61,7 @@ jobs: aquatic: image: gitea.futureporn.net/futureporn/aquatic:latest ports: - - 3000:3000 + - 3003:3003 - 9000:9000 volumes: - aquatic:/var/lib/aquatic @@ -72,8 +72,8 @@ jobs: [network] use_ipv4 = true use_ipv6 = true - address_ipv4 = "0.0.0.0:3000" - address_ipv6 = "[::]:3000" + address_ipv4 = "0.0.0.0:3003" + address_ipv6 = "[::]:3003" [statistics] interval = 5 print_to_stdout = true