You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-06 22:23:10 +02:00
update mysql-proxy
This commit is contained in:
@ -10,7 +10,7 @@ RUN set -xe \
|
||||
&& apt-get install -y mysql-proxy \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 4040
|
||||
EXPOSE 4040 4041
|
||||
|
||||
ENTRYPOINT ["mysql-proxy"]
|
||||
CMD ["--help"]
|
||||
CMD ["--help-all"]
|
||||
|
Reference in New Issue
Block a user