diff --git a/compose.production.yml b/compose.production.yml index 544e527f..be7190a5 100644 --- a/compose.production.yml +++ b/compose.production.yml @@ -60,7 +60,7 @@ services: extends: file: ./compose.yml service: idp - command: ['start', '--http-port', '7080', '--https-port', '7443', '--import-realm'] + command: ['start', '--http-port', '7080', '--https-port', '7443'] networks: - dwengo-1 labels: diff --git a/compose.yml b/compose.yml index 246a35ad..9480f1e4 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,7 @@ services: image: quay.io/keycloak/keycloak:latest ports: - '7080:7080' - # - '7443:7443' + # - '7443:7443' command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm'] restart: unless-stopped volumes: