Skip to content

Commit

Permalink
ACS-8862 Try without http-port and 8999
Browse files Browse the repository at this point in the history
  • Loading branch information
dsibilio committed Oct 9, 2024
1 parent d8e52a7 commit 9472fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/environment/docker-compose-aims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KC_DB=dev-mem
command: ["start-dev", "--import-realm", "--http-relative-path=/auth", "--hostname=http://keycloak:8999/auth", "--http-enabled=true", "--http-port=8999"]
command: ["start-dev", "--import-realm", "--http-relative-path=/auth", "--hostname=http://keycloak:8999/auth", "--http-enabled=true"]
volumes:
- ./realms/alfresco-realm.json:/opt/keycloak/data/import/alfresco-realm.json
ports:
Expand Down

0 comments on commit 9472fef

Please sign in to comment.