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