Skip to content

Commit d916809

Browse files
docker-compose: Update ProxySQL container to v2.5.3 (#6990)
Updates ProxySQL container from v2.5.2 -> v2.5.3 to match production.
1 parent 4ea8362 commit d916809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
logging:
6767
driver: none
6868
bproxysql:
69-
image: proxysql/proxysql:2.5.2
69+
image: proxysql/proxysql:2.5.3
7070
# The --initial flag force resets the ProxySQL database on startup. By
7171
# default, ProxySQL ignores new configuration if the database already
7272
# exists. Without this flag, new configuration wouldn't be applied until you

0 commit comments

Comments
 (0)