Files
Utility-DB-Postgres/template/start.sh
2023-01-09 07:33:28 +02:00

6 lines
214 B
Bash

#!/bin/bash
echo ""
echo "Starting an Postgres container listening on http://localhost:{{localPort}}"
echo ""
echo ""
docker run --rm -v $(pwd)/data/:/var/lib/postgresql/data/ -p {{localPort}}:80 {{localContainer}}