docker-compose: Update ProxySQL container to v2.5.3 (#6990)
Updates ProxySQL container from v2.5.2 -> v2.5.3 to match production.
This commit is contained in:
parent
4ea8362e90
commit
d916809445
|
|
@ -66,7 +66,7 @@ services:
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: none
|
||||||
bproxysql:
|
bproxysql:
|
||||||
image: proxysql/proxysql:2.5.2
|
image: proxysql/proxysql:2.5.3
|
||||||
# The --initial flag force resets the ProxySQL database on startup. By
|
# The --initial flag force resets the ProxySQL database on startup. By
|
||||||
# default, ProxySQL ignores new configuration if the database already
|
# default, ProxySQL ignores new configuration if the database already
|
||||||
# exists. Without this flag, new configuration wouldn't be applied until you
|
# exists. Without this flag, new configuration wouldn't be applied until you
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue