Skip to content

Instantly share code, notes, and snippets.

@ipepe
Created March 26, 2017 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipepe/197ada6569434446531a05f67c5d182b to your computer and use it in GitHub Desktop.
Save ipepe/197ada6569434446531a05f67c5d182b to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run -p 5432:5432 --restart=unless-stopped -d --name postgres -e POSTGRES_PASSWORD=Password1 -e POSTGRES_USER=webapp postgres:9.6.2-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment