Fix HAProxy unprivileged TLS listener

This commit is contained in:
Codex
2026-09-02 22:22:01 -07:00
parent dc04ab9eac
commit 7ea4515b27
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -3,7 +3,10 @@ services:
image: haproxy:3.4.4-alpine3.24
container_name: haproxy
restart: unless-stopped
network_mode: host
ports:
- "443:8443/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on:
- caddy
volumes:
@@ -20,7 +23,6 @@ services:
restart: unless-stopped
ports:
- "80:80"
- "127.0.0.1:8443:443"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
- /opt/stacks/web/caddy/site:/srv