Open up SSH ports

This commit is contained in:
Luke Murphy 2020-03-23 15:14:51 +01:00
parent 867ba38023
commit d4b757162f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -13,6 +13,7 @@
app: gitea
mappings:
- "http:80:3000"
- "http:22:2222"
state: present
- name: Setup LE certificates
@ -30,6 +31,7 @@
app: gitea
mappings:
- "http:3000:3000"
- "http:2222:2222"
state: absent
- name: Set HTTP 443 port