8 lines
152 B
YAML
8 lines
152 B
YAML
|
---
|
||
|
- name: Remove automatically configured ports
|
||
|
dokku_ports:
|
||
|
app: keycloak
|
||
|
mappings:
|
||
|
- "http:{{ port }}:{{ port }}"
|
||
|
state: absent
|