mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-21 20:31:02 +01:00
Solved taiga routing bug
This commit is contained in:
parent
e6ed291f3d
commit
9121c16ab3
@ -132,7 +132,7 @@ services:
|
|||||||
taiga-gateway:
|
taiga-gateway:
|
||||||
image: nginx:1.19-alpine
|
image: nginx:1.19-alpine
|
||||||
ports:
|
ports:
|
||||||
- "9000:{{http_port}}"
|
- "{{http_port}}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
|
- ./taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
|
||||||
- static-data:/taiga/static
|
- static-data:/taiga/static
|
||||||
|
Loading…
Reference in New Issue
Block a user