Guest User

Untitled

a guest
Jul 2nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. version: "2.0"
  2. services:
  3. postgres:
  4. image: postgres:9.6-alpine
  5. container_name: yourname
  6. environment:
  7. POSTGRES_PASSWORD: postgres
  8. POSTGRES_USER: postgres
  9. POSTGRES_DB: postgres
  10. ports:
  11. - "4343:5432"
Add Comment
Please, Sign In to add comment