We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bea762 commit a061e73Copy full SHA for a061e73
docker/README.md
@@ -100,7 +100,7 @@ services:
100
memory: 256M
101
102
haproxy:
103
- image: haproxy:latest
+ image: haproxy:3.1
104
volumes:
105
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
106
ports:
@@ -143,7 +143,7 @@ services:
143
# Use depends_on with service_healthy for dependent services
144
145
healthcheck:
146
- image: curlimages/curl:latest
+ image: curlimages/curl:8.11.1
147
command: ["sh", "-c", "while true; do curl -sf http://crowdsec-spoa-bouncer:6060/metrics > /dev/null && echo healthy || echo unhealthy; sleep 30; done"]
148
depends_on:
149
- crowdsec-spoa-bouncer
0 commit comments