Initial Commit.

This commit is contained in:
2023-01-09 07:33:28 +02:00
parent e5cc8207e8
commit 5d06e769fb
6 changed files with 168 additions and 1 deletions

6
template/start.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/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}}