Skip to content

Commit

Permalink
Commit for CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Sep 4, 2024
1 parent 5f34872 commit 8c3d043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/proxysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM proxysql/proxysql:2.6.0-debian

COPY bin/proxysql-read-only-handler.sh /proxysql-read-only-handler.sh
RUN chmod +x /proxysql-read-only-handler.sh

RUN mkdir -p /usr/local/pf/var/proxysql/

ENTRYPOINT ["proxysql", "-f", "-D", "/usr/local/pf/var/proxysql/", "-c", "/usr/local/pf/var/conf/proxysql.conf", "--initial", "--idle-threads"]

0 comments on commit 8c3d043

Please sign in to comment.