Actually, provision that port

This commit is contained in:
Luke Murphy 2020-03-22 12:31:09 +01:00
parent eb64debbb0
commit 80973fd6f9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 0 deletions

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