1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-03-08 10:06:33 +10:00
parent 6dfd7a4525
commit 0cf2ba6a9d
1 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,8 @@ echo "readonly" | docker login docker.med-logic.ru --username readonly --passwor
docker pull docker.med-logic.ru/medicine-dashboard:latest docker pull docker.med-logic.ru/medicine-dashboard:latest
docker tag docker.med-logic.ru/medicine-dashboard:latest medlogic/medicine-dashboard:latest docker tag docker.med-logic.ru/medicine-dashboard:latest medlogic/medicine-dashboard:latest
docker compose stop (
docker compose rm cd ~/medicine-config/dashboard &&
docker compose up -d docker compose stop &&
docker compose up -d
)