Guest User

Untitled

a guest
Feb 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. docker run --name $@ \
  3. -d \
  4. -e POSTGRES_PASSWORD=postgres \
  5. -e POSTGRES_USER=postgres \
  6. -v $(pwd)/database:/var/lib/postgresql/data \
  7. -p 5432:5432 \
  8. postgres:11
Add Comment
Please, Sign In to add comment