Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. postgres:
  2. environment:
  3. - POSTGRES_USER=****
  4. - POSTGRES_PASSWORD=****
  5. - POSTGRES_DB=****
  6. build:
  7. context: .
  8. dockerfile: dockerfile-postgres
  9.  
  10. FROM postgres
  11. ADD dump.sql /docker-entrypoint-initdb.d/
  12.  
  13. postgres_1 | LOG: invalid record length at 0/1708600
  14. postgres_1 | LOG: redo is not required
  15. postgres_1 | LOG: MultiXact member wraparound protections are now enabled
  16. postgres_1 | LOG: database system is ready to accept connections
  17. postgres_1 | LOG: autovacuum launcher started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement