From b317df8b3223dcba2cd589b17e05792a4db08c2a Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Sun, 31 May 2026 20:24:32 +1000 Subject: [PATCH] pass --- notification/update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 notification/update.sh diff --git a/notification/update.sh b/notification/update.sh new file mode 100755 index 0000000..baa4a43 --- /dev/null +++ b/notification/update.sh @@ -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 +)