modified: serv_nginx/Makefile
add keycloak stop start commands
This commit is contained in:
@@ -52,3 +52,9 @@ start:
|
||||
docker compose up -d
|
||||
|
||||
re_all: stop git build start
|
||||
|
||||
stop_kk:
|
||||
docker compose down keycloak keycloak-db
|
||||
|
||||
start_kk:
|
||||
docker compose up keycloak keycloak-db -d
|
||||
Reference in New Issue
Block a user