Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 22, 2024
1 parent 1a8936d commit 5adc91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
- KEYCLOAK_ADMIN_PASSWORD=admin
- KC_HOSTNAME_STRICT=false
- KC_HTTP_ENABLED=true
- KC_HOSTNAME=http://localhost:8880
- KC_HOSTNAME=http://0.0.0.0:8880
- PROXY_ADDRESS_FORWARDING=true
ports:
- "8085:8080"
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ services:
- KEYCLOAK_ADMIN_PASSWORD=admin
- KC_HOSTNAME_STRICT=false
- KC_HTTP_ENABLED=true
- KC_HOSTNAME=http://localhost:8880
- KC_HOSTNAME=http://0.0.0.0:8880
- PROXY_ADDRESS_FORWARDING=true
ports:
- "8085:8080"
Expand Down

0 comments on commit 5adc91c

Please sign in to comment.