Actually, provision that port
This commit is contained in:
parent
eb64debbb0
commit
80973fd6f9
@ -26,3 +26,10 @@
|
|||||||
mappings:
|
mappings:
|
||||||
- "http:3000:3000"
|
- "http:3000:3000"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
- name: Set HTTP 443 port
|
||||||
|
dokku_ports:
|
||||||
|
app: gitea
|
||||||
|
mappings:
|
||||||
|
- "https:443:3000"
|
||||||
|
state: present
|
||||||
|
Reference in New Issue
Block a user