Attempt to point towards the 8443 port for HTTPS
This commit is contained in:
parent
25c26178ed
commit
c62d53d693
@ -43,5 +43,5 @@
|
||||
dokku_ports:
|
||||
app: keycloak
|
||||
mappings:
|
||||
- "https:443:{{ http_port }}"
|
||||
- "https:443:{{ https_port }}"
|
||||
state: present
|
||||
|
@ -16,6 +16,7 @@
|
||||
state: present
|
||||
|
||||
- name: Create mariadb database
|
||||
no_log: true
|
||||
shell: "
|
||||
dokku
|
||||
mariadb:create
|
||||
|
@ -2,4 +2,5 @@
|
||||
autonomic_admin_mail: helo@autonomic.zone
|
||||
autonomic_admin_user: autonomic
|
||||
http_port: "8080"
|
||||
https_port: "8443"
|
||||
proxy_address_forwarding: "false"
|
||||
|
Reference in New Issue
Block a user