added portforwarding to localhost for haproxy

This commit is contained in:
cventastic
2022-04-19 16:44:29 +02:00
parent fe28278076
commit b01b21f271

View File

@@ -47,6 +47,8 @@ services:
expose: expose:
- "8404" - "8404"
- "80" - "80"
ports:
- "127.0.0.1:80:80"
restart: always restart: always
labels: labels:
- "prometheus-scrape.enabled=true" - "prometheus-scrape.enabled=true"