diff --git a/serv_nginx/Makefile b/serv_nginx/Makefile index 16880ce..7ced474 100644 --- a/serv_nginx/Makefile +++ b/serv_nginx/Makefile @@ -57,4 +57,6 @@ stop_kk: docker compose down keycloak keycloak-db start_kk: - docker compose up keycloak keycloak-db -d \ No newline at end of file + docker compose up keycloak keycloak-db -d + +re_kk: stop_kk start_kk \ No newline at end of file