Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Sep 22, 2024
1 parent 7f6b7d8 commit 4399d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authn-env/docker-compose-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
services:
oauth2-proxy:
container_name: oauth2-proxy
image: bitnami/oauth2-proxy:latest
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
Expand All @@ -32,7 +32,7 @@ services:

keycloak:
container_name: keycloak
image: bitnami/keycloak:latest
image: keycloak/keycloak:25.0
hostname: keycloak
command:
- 'start-dev'
Expand Down
File renamed without changes.

0 comments on commit 4399d22

Please sign in to comment.