Expose another port

This commit is contained in:
Ramon Bartl 2022-02-14 14:32:18 +01:00
parent 2a2021c85d
commit 0e45354c88
No known key found for this signature in database
GPG key ID: 359669D35BDDF79B

View file

@ -62,6 +62,7 @@ VOLUME /data
# Expose instance port
EXPOSE 8080
EXPOSE 8089
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["start"]