diff --git a/keycloak/keycloak.yml b/keycloak/keycloak.yml index 5e69971..a3dbd4b 100644 --- a/keycloak/keycloak.yml +++ b/keycloak/keycloak.yml @@ -15,7 +15,7 @@ services: KEYCLOAK_ADMIN_PASSWORD: eE24619840420* ports: - target: 8080 - published: 8080 + published: 8084 protocol: tcp mode: host networks: @@ -35,4 +35,5 @@ networks: postgres_network: external: true keycloak-net: - external: true \ No newline at end of file + driver: overlay + attachable: true