mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 12:29:39 +01:00
Restricted taiga port 80 to 127.0.0.1
This commit is contained in:
parent
a7f50e05de
commit
7fc44b9a35
@ -77,9 +77,9 @@ services:
|
||||
taiga:
|
||||
|
||||
taiga-gateway:
|
||||
image: nginx:1.19-alpine
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
- "{{http_port}}:80"
|
||||
- "127.0.0.1:{{http_port}}:80"
|
||||
volumes:
|
||||
- {{docker_compose.directories.services}}taiga-gateway/taiga.conf:/etc/nginx/conf.d/default.conf
|
||||
- static-data:/taiga/static
|
||||
|
Loading…
x
Reference in New Issue
Block a user