From 82a2f163ab752b2c8414ecb0a294ae88514c69ad Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Sun, 31 May 2026 20:01:33 +1000 Subject: [PATCH] pass --- notification/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification/install.sh b/notification/install.sh index 986d88c..4d61c45 100755 --- a/notification/install.sh +++ b/notification/install.sh @@ -2,7 +2,7 @@ set -e docker pull docker.med-logic.ru/medicine-notification:latest -cd /root/medicine-config/service-postgres +cd /root/medicine-config/postgres docker-compose up -d docker-compose exec postgres psql -c 'CREATE DATABASE medicine_notification' --username=user