1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2025-10-05 11:16:04 +10:00
parent 6b11bc6e47
commit 32f8e97d21
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ docker pull docker.med-logic.ru/medicine-remd:latest
read -r -p "Create database? [y/N] " response
if [[ $response =~ ^[Yy](es)?$ ]]; then
then
docker exec medicine-stack-postgres psql -c 'CREATE DATABASE medicine_remd' --username=postgres
fi