EXPOSE 443

This commit is contained in:
neilpang 2017-06-03 20:48:18 +08:00
parent a333e242ff
commit f8542b6515

View file

@ -37,6 +37,7 @@ ENV DOCKER_HOST unix:///tmp/docker.sock
VOLUME ["/etc/nginx/certs"]
VOLUME ["/acmecerts"]
EXPOSE 443
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["forego", "start", "-r"]