3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-04-27 15:05:33 +10:00
parent 62ded0a9f5
commit e59b966e82
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ docker tag docker.med-logic.ru/medicine-dashboard:latest medlogic/medicine-dashb
(
cd ~/medicine-config/dashboard &&
docker compose stop &&
docker compose rm -f &&
docker compose up -d
)