Open up SSH ports
This commit is contained in:
parent
867ba38023
commit
d4b757162f
@ -1,6 +1,7 @@
|
||||
FROM gitea/gitea:1.11.3
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 2222
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user