Update docker-compose.yml

Added optional web port override settings for those who prefer to use tactical behind a proxy.
This commit is contained in:
bc24fl
2023-10-02 00:46:18 -04:00
committed by GitHub
parent 9bca7e9e11
commit 58399cedb6

View File

@@ -195,8 +195,8 @@ services:
proxy:
ipv4_address: 172.20.0.20
ports:
- "80:8080"
- "443:4443"
- "${TRMM_HTTP_PORT-80}:8080"
- "${TRMM_HTTPS_PORT-443}:4443"
volumes:
- tactical_data:/opt/tactical