Skip to content

Instantly share code, notes, and snippets.

@unclebean
Created August 20, 2017 01:25
Show Gist options
  • Save unclebean/ae4296ff32413de26ab453c96f004614 to your computer and use it in GitHub Desktop.
Save unclebean/ae4296ff32413de26ab453c96f004614 to your computer and use it in GitHub Desktop.
create postgres docker container
docker run --name postgres-jira -p 5432:5432 -e POSTGRES_PASSWORD=12345678 -v ~/atlassian/postgresql:/var/lib/postgresql/data -e POSTGRES_DB=jiradata -e POSTGRES_USER=jira -d postgres:9.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment