Skip to content

Commit

Permalink
Renaming for Lab 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangries committed Jan 21, 2025
1 parent ebcc257 commit 84468d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keycloak/fundamentals/lab2.8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker run \
-e KEYCLOAK_AVAILABILITYCHECK_ENABLED=true \
-e KEYCLOAK_AVAILABILITYCHECK_TIMEOUT=5s \
-e IMPORT_FILES_LOCATIONS='/config/*' \
--network=lab-2-7-network \
--network=lab-2-8-network \
-v ./config:/config \
adorsys/keycloak-config-cli:latest-26
```
2 changes: 1 addition & 1 deletion keycloak/fundamentals/lab2.8/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

networks:
backend:
name: lab-2-7-network
name: lab-2-8-network

volumes:
keycloak-data:

0 comments on commit 84468d1

Please sign in to comment.