3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-05-31 20:24:32 +10:00
parent 3b67fb5eb3
commit b317df8b32
1 changed files with 10 additions and 0 deletions

10
notification/update.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
docker pull docker.med-logic.ru/medicine-notification:latest
(cd /root/medicine-config/notification &&
docker-compose stop &&
docker-compose up -d
)