modified: serv_nginx/Makefile
add keycloak stop start commands
This commit is contained in:
+7
-1
@@ -51,4 +51,10 @@ build:
|
|||||||
start:
|
start:
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
re_all: stop git build start
|
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