diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 08a11b5..105e6d5 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -61,5 +61,5 @@ start_kk: re_kk: git stop_kk start_kk -keycloak: +keycloak: git docker compose down keycloak && docker compose build keycloak --no-cache && docker compose up keycloak -d \ No newline at end of file