Add docker-start.sh

This commit is contained in:
Jason Streifling 2025-01-24 18:28:29 +01:00
parent b120341d78
commit 40fbb93732

7
docker-start.sh Normal file
View File

@ -0,0 +1,7 @@
#! /bin/bash -
read -sp "Enter DB password: " DB_PASS
echo
export DB_PASS
docker-compose up -d