rename and fix makefile

This commit is contained in:
2023-04-13 19:40:10 +02:00
parent a7b00928de
commit 0496498b40
18 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ default: run
run:
@docker run \
-p 8080:8080 \
-v $$(pwd)/hacktheplanet:/opt/keycloak/themes/hacktheplanet \
-v $$(pwd)/coco-3.11:/opt/keycloak/themes/coco-3.11-theme \
-e KEYCLOAK_ADMIN=admin \
-e KEYCLOAK_ADMIN_PASSWORD=admin \
--name keycloakdev \