diff --git a/docker/docker-compose-macos.yml b/docker/docker-compose-macos.yml index b667108fc48..bd103201782 100644 --- a/docker/docker-compose-macos.yml +++ b/docker/docker-compose-macos.yml @@ -7,6 +7,7 @@ services: depends_on: mysql: condition: service_healthy + entrypoint: ["/bin/bash", "./entrypoint.sh"] build: context: ../ dockerfile: Dockerfile @@ -43,4 +44,4 @@ services: # # https://docs.docker.com/engine/daemon/prometheus/#create-a-prometheus-configuration # # If you're using Docker Desktop, the --add-host flag is optional. This flag makes sure that the host's internal IP gets exposed to the Prometheus container. # extra_hosts: - # - "host.docker.internal:host-gateway" + # - "host.docker.internal:host-gateway" \ No newline at end of file