Guest User

Untitled

a guest
Oct 27th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. postgres:
  2. image: postgres:9.6-alpine
  3. ports:
  4. - '5432:5432'
  5. environment:
  6. POSTGRES_USER: 'user'
  7. POSTGRES_PASSWORD: 'password'
  8. POSTGRES_DB: 'database'
  9. volumes:
  10. - ./init:/docker-entrypoint-initdb.d/
  11.  
  12.  
  13. # sudo docker-compose -f docker-compose.yml up
Add Comment
Please, Sign In to add comment