From 3757699a522f4fa87e9d29d0a9325d4e1d98804d Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Tue, 21 Oct 2025 06:38:48 +0500 Subject: [PATCH] modified: serv_nginx/Makefile git pull command for keycloak --- serv_nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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