From 9121c16ab3d80a17f9cebf220408766a294ffcd2 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 27 May 2024 00:29:54 +0200 Subject: [PATCH] Solved taiga routing bug --- roles/docker-taiga/templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-taiga/templates/docker-compose.yml.j2 b/roles/docker-taiga/templates/docker-compose.yml.j2 index 3711fc8c..2edba8a1 100644 --- a/roles/docker-taiga/templates/docker-compose.yml.j2 +++ b/roles/docker-taiga/templates/docker-compose.yml.j2 @@ -132,7 +132,7 @@ services: taiga-gateway: image: nginx:1.19-alpine ports: - - "9000:{{http_port}}" + - "{{http_port}}:80" volumes: - ./taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf - static-data:/taiga/static