Docker-compose: pinning new version of haproxy

This is actually the one we used in production.
This commit is contained in:
Sybren A. Stüvel 2017-03-10 11:16:28 +01:00
parent 727707e611
commit 6cfe00c3ca

View File

@ -4,6 +4,7 @@ mongo:
restart: always
volumes:
- /data/storage/db:/data/db
- /data/storage/db-bak:/data/db-bak # for backing up stuff etc.
ports:
- "127.0.0.1:27017:27017"
redis:
@ -47,7 +48,7 @@ grafista:
- /data/git/grafista:/data/git/grafista:ro
- /data/storage/grafista:/data/storage
haproxy:
image: dockercloud/haproxy:1.2.1
image: dockercloud/haproxy:1.5.3
container_name: haproxy
restart: always
ports: