Temporarily pin haproxy image to 2.3
The haproxy 2.4 images aren't working for us, docker-compose perpetually reports the container in a "restarting" state. Pin back from latest to 2.3 until we can sort out what needs to change in how we integrate this on the server. Change-Id: I01ae11a31eb8eaeb9e570692d5ec268395f69a97
This commit is contained in:
parent
d4176aff5b
commit
4189add2f7
@ -5,7 +5,7 @@ version: '2'
|
||||
services:
|
||||
haproxy:
|
||||
restart: always
|
||||
image: docker.io/library/haproxy:latest
|
||||
image: docker.io/library/haproxy:2.3
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /dev/log:/dev/log
|
||||
|
Loading…
x
Reference in New Issue
Block a user