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