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:
Samantha 2023-07-12 18:22:44 -04:00 committed by GitHub
parent 4ea8362e90
commit d916809445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ services:
logging:
driver: none
bproxysql:
image: proxysql/proxysql:2.5.2
image: proxysql/proxysql:2.5.3
# The --initial flag force resets the ProxySQL database on startup. By
# default, ProxySQL ignores new configuration if the database already
# exists. Without this flag, new configuration wouldn't be applied until you