Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. db │ running: docker run -i --rm --name claimfound-master-db -p 5432/tcp -v /Users/juliadahm/.convox/volumes/claimfound-master/db/var/lib/postgresql/data:/var/lib/postgresql/data claimfound-master/db
  2. db │ The files belonging to this database system will be owned by user "postgres".
  3. db │ This user must also own the server process.
  4. db │
  5. db │ The database cluster will be initialized with locale "en_US.utf8".
  6. db │ The default database encoding has accordingly been set to "UTF8".
  7. db │ The default text search configuration will be set to "english".
  8. db │
  9. db │ Data page checksums are disabled.
  10. db │
  11. db │ fixing permissions on existing directory /var/lib/postgresql/data ... ok
  12. db │ initdb: could not create directory "/var/lib/postgresql/data/pg_xlog": Permission denied
  13. db │ initdb: removing contents of data directory "/var/lib/postgresql/data"
  14. db │ sed: /var/lib/postgresql/data/postgresql.conf: No such file or directory
  15. db │
  16. db │ postgres cannot access the server configuration file "/var/lib/postgresql/data/postgresql.conf": No such file or directory
  17. db │
  18. db │ postgres cannot access the server configuration file "/var/lib/postgresql/data/postgresql.conf": No such file or directory
  19. db │
  20. db │ postgres cannot access the server configuration file "/var/lib/postgresql/data/postgresql.conf": No such file or directory
  21. backend │ running: docker run -i --rm --name claimfound-master-backend -e PGDATABASE=postgres -e PGHOST=db -e PGUSER=postgres -e RIGHT_SIGNATURE_API_TOKEN=xxxxx --add-host db: -e DB_SCHEME=postgres -e DB_HOST= -e DB_PORT=
  22. -e DB_PATH=/app -e DB_USERNAME=postgres -e DB_PASSWORD=password -e DB_URL=postgres://postgres:password@:%0A/app -p 0:5000/tcp -v /Users/juliadahm/.convox/volumes/claimfound-master/backend/back:/back claimfound-master/backend
  23. backend │ invalid argument "db:" for --add-host: invalid IP address in add-host: ""
  24. backend │ See 'docker run --help'.
  25. ERROR: claimfound-master-backend failed to start within 60 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement