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