When run "docker-compose up" first-time, the postgres will exit by "init-user-db.sh" error. I fixed it, and docker-compose creates docker network automatically for container communication, remove link and add depends_on for docker-compose.yml. And just make and all well done.
When run "docker-compose up" first-time, the postgres will exit by "init-user-db.sh" error. I fixed it, and docker-compose creates docker network automatically for container communication, remove link and add depends_on for docker-compose.yml. And just make and all well done.