Initial Commit.
This commit is contained in:
6
template/start.sh
Normal file
6
template/start.sh
Normal 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}}
|
||||
Reference in New Issue
Block a user