Promote DC9 HAProxy front door to TCP 443

This commit is contained in:
Codex
2026-09-02 23:37:15 -07:00
parent 85df6114ed
commit 093b14d2be
3 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
container_name: dc9-haproxy
restart: unless-stopped
ports:
- "${HAPROXY_PUBLIC_PORT:-8444}:8443/tcp"
- "${HAPROXY_PUBLIC_PORT:-443}:8443/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on: