First commit
This commit is contained in:
4
psql-start.sh
Normal file
4
psql-start.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo docker rm postgres --force
|
||||
sudo docker run -d -e POSTGRES_USER="tapit" -e POSTGRES_PASSWORD="secret-tapit-password" -e POSTGRES_DB="tapit" --name postgres postgres
|
||||
Reference in New Issue
Block a user