Skip to content

Commit 30cc710

Browse files
committed
Upgrade HAProxy to haproxy:3.0
1 parent d4d8397 commit 30cc710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
entrypoint: /usr/local/bin/cluster-entrypoint.sh
3838

3939
haproxy:
40-
image: haproxy:1.7
40+
image: haproxy:3.0
4141
volumes:
4242
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
4343
depends_on:

haproxy.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global
2-
log 127.0.0.1 local1
2+
log stdout format raw local0
33
maxconn 4096
44

55
defaults

0 commit comments

Comments
 (0)