EXPOSE 443
This commit is contained in:
parent
a333e242ff
commit
f8542b6515
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ ENV DOCKER_HOST unix:///tmp/docker.sock
|
||||||
VOLUME ["/etc/nginx/certs"]
|
VOLUME ["/etc/nginx/certs"]
|
||||||
|
|
||||||
VOLUME ["/acmecerts"]
|
VOLUME ["/acmecerts"]
|
||||||
|
EXPOSE 443
|
||||||
|
|
||||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||||
CMD ["forego", "start", "-r"]
|
CMD ["forego", "start", "-r"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue