Dockerfile: expose port 8443
This commit is contained in:
parent
a185b53db4
commit
558debc1cb
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ RUN TEST=true venv/bin/python -m unittest discover
|
|||
|
||||
VOLUME ["/conf/stack", "/var/log", "/datastorage", "/tmp"]
|
||||
|
||||
EXPOSE 443 80
|
||||
EXPOSE 443 8443 80
|
||||
|
||||
CMD ["/sbin/my_init"]
|
||||
|
|
Reference in a new issue