Promote DC9 HAProxy front door to TCP 443
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user