We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8c973 commit c2dd7d7Copy full SHA for c2dd7d7
example/docker-compose.yaml
@@ -18,7 +18,7 @@ services:
18
19
haproxy:
20
restart: unless-stopped
21
- image: haproxy:2.9-alpine@sha256:d1dc1b2b7af3962cae1705f598104122f69209d82271bb7015acc9cec513e4d3
+ image: haproxy:2.9-alpine@sha256:3e29449a6beed63262e36104adf531b4e41b359f61937303f5ea8607987b3748
22
ports: [ "8080:80", "8443:443", "8082:8082"]
23
depends_on:
24
- httpbin
0 commit comments