modified: serv_nginx/Makefile

modified:   serv_nginx/docker-compose.yml
delete keycloak network
This commit is contained in:
2025-10-21 22:39:15 +05:00
parent 17e8b8169b
commit ed0eb735ac
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ build:
docker compose build --no-cache
start:
docker compose up -d
docker compose up -d --remove-orphans
re_all: stop git build start