Use ports to match upstream Dockerfile

This commit is contained in:
Luke Murphy 2020-03-24 22:26:58 +01:00
parent 22fb80ad1f
commit 63fbe3b741
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
FROM drone/drone:1
EXPOSE 8000
EXPOSE 80

View File

@ -12,7 +12,7 @@
dokku_ports:
app: drone
mappings:
- "http:80:8000"
- "http:80:80"
state: present
- name: Setup LE certificates
@ -29,12 +29,12 @@
dokku_ports:
app: drone
mappings:
- "http:8000:8000"
- "http:80:80"
state: absent
- name: Set HTTP 443 port
dokku_ports:
app: drone
mappings:
- "https:443:8000"
- "https:443:80"
state: present