Try to change default Gitea port

This commit is contained in:
Luke Murphy
2020-03-25 11:41:44 +01:00
parent 86814f4ddc
commit f97a11eb76
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM gitea/gitea:1.11.3
EXPOSE 3000
EXPOSE 3020
EXPOSE 2222
COPY . ${WORKDIR}