Updated HAProxy version

This commit is contained in:
cytopia 2020-03-22 10:33:23 +01:00
parent c1fbb9c2c4
commit a377209a72
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ services:
- httpd
haproxy:
image: devilbox/haproxy:0.2
image: devilbox/haproxy:0.3
hostname: haproxy
ports:
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_HAPROXY:-8080}:80"

View File

@ -29,7 +29,7 @@ services:
- httpd
haproxy:
image: devilbox/haproxy:0.2
image: devilbox/haproxy:0.3
hostname: haproxy
ports:
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_HAPROXY:-8080}:80"