diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 3cd4b46..cb28e97 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -59,4 +59,7 @@ stop_kk: start_kk: docker compose up keycloak keycloak-db -d -re_kk: git stop_kk start_kk \ No newline at end of file +re_kk: git stop_kk start_kk + +retart_kk: + docker compose down keycloak && docker compose build keycloak --no-cache && docker compsoe up keycloak -d \ No newline at end of file