Use ports to match upstream Dockerfile
This commit is contained in:
parent
22fb80ad1f
commit
63fbe3b741
@ -1,3 +1,3 @@
|
||||
FROM drone/drone:1
|
||||
|
||||
EXPOSE 8000
|
||||
EXPOSE 80
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user