File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ x-datahub-frontend-service-dev: &datahub-frontend-service-dev
3030 DATAHUB_ANALYTICS_ENABLED : ${DATAHUB_ANALYTICS_ENABLED:-true}
3131 volumes :
3232 - ../../datahub-frontend/build/stage/main:/datahub-frontend
33- - ./monitoring/client-prometheus-config.yaml:/datahub-frontend/client-prometheus-config.yaml
33+ # Removed nested mount - causes virtiofs mountpoint error in Docker Desktop >= 4.42.0
34+ # The file is already in the Docker image, so this mount isn't needed.
35+ # If you need to override it for development, copy it to the build directory instead.
36+ # - ./monitoring/client-prometheus-config.yaml:/datahub-frontend/client-prometheus-config.yaml
3437
3538services :
3639 frontend-quickstart :
You can’t perform that action at this time.
0 commit comments