Hey, I don't exactly understand the behavior when ...
# getting-started
s
Hey, I don't exactly understand the behavior when running the command
datahub docker quickstart
. It is slightly different than running plain
docker-compose.yml
with
docker-compose up
command. I mean with the first process keep restarting until all containers end up healthy, and with the other process ending after one iteration with the message that "dependency failed to start: container broker is unhealthy". How to make them work in a similar way? (I need to change the port for the frontend container to 80, so I need to modify
docker-compose.yml
file.
m
Check the Port Conflicts question under the FAQ