Open up SSH ports
This commit is contained in:
parent
867ba38023
commit
d4b757162f
@ -1,6 +1,7 @@
|
|||||||
FROM gitea/gitea:1.11.3
|
FROM gitea/gitea:1.11.3
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
EXPOSE 2222
|
||||||
|
|
||||||
COPY . ${WORKDIR}
|
COPY . ${WORKDIR}
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
app: gitea
|
app: gitea
|
||||||
mappings:
|
mappings:
|
||||||
- "http:80:3000"
|
- "http:80:3000"
|
||||||
|
- "http:22:2222"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Setup LE certificates
|
- name: Setup LE certificates
|
||||||
@ -30,6 +31,7 @@
|
|||||||
app: gitea
|
app: gitea
|
||||||
mappings:
|
mappings:
|
||||||
- "http:3000:3000"
|
- "http:3000:3000"
|
||||||
|
- "http:2222:2222"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Set HTTP 443 port
|
- name: Set HTTP 443 port
|
||||||
|
Reference in New Issue
Block a user