Actually, provision that port

This commit is contained in:
Luke Murphy
2020-03-22 12:31:09 +01:00
parent eb64debbb0
commit 80973fd6f9

View File

@ -26,3 +26,10 @@
mappings:
- "http:3000:3000"
state: absent
- name: Set HTTP 443 port
dokku_ports:
app: gitea
mappings:
- "https:443:3000"
state: present