Guest User

Untitled

a guest
Sep 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. docker run --name postgres \
  2. -e POSTGRES_DB=teamcity \
  3. -e POSTGRES_USER=teamcity \
  4. -e POSTGRES_PASSWORD=teamcity \
  5. -v $PWD/postgres/data:/var/lib/postgresql/data \
  6. -d postgres:9.5.4
Add Comment
Please, Sign In to add comment