Guest User

Untitled

a guest
Jun 5th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 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: ""
  8. POSTGRES_DB: "golang"
  9. volumes:
  10. - ./init:/docker-entrypoint-initdb.d/
  11.  
  12. ## docker exec -it 489ca38d537beac6b457c9c2ce86a606d11eaa41c3594d13d676cc42e35346bf psql -U postgres
Add Comment
Please, Sign In to add comment