1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

expose 53

This commit is contained in:
kev 2015-03-20 22:40:36 +08:00
parent b89d149ed5
commit b767b35f0d

@ -37,6 +37,6 @@ RUN tar xzf dnscrypt-proxy-1.4.3.tar.gz && \
WORKDIR /
RUN rm -r /tmp/pkgs/
EXPOSE 80 1080 8123 9001
EXPOSE 53/udp 53/tcp 80 1080 8123 9001
CMD supervisord -n -c /etc/supervisor/supervisord.conf