-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose fails due to volume errors #181
Comments
I somehow managed to run the compose file. However, the agent keeps restarting. Here is the log file:
I edited the PS: I can access the localhost:8080 (Pinpoint web) and 8081 (Flink) but Pinpoint doesn't list any apps. And there is no app running on port 8085. Any hints? |
Please try again after removing pinpoint data-volume. |
I installed a brand new Ubuntu virtual machine, and the docker file runs fine. I'm only facing this problem on my Macbook. Which lines should I remove? Here's my full docker-compose file:
|
I meant |
Hey all,
I'm not sure if this is the correct place to ask but I'm having problem installing Pinpoint on my Macook Pro (Sonoma 14.1.1).
I'm following the instructions but when I run
docker-compose up -d
command, I get the following error:Error response from daemon: failed to mount local volume: mount /data/mysql:/var/lib/docker/volumes/pinpoint-docker_mysql_data/_data, flags: 0x1000: no such file or directory
My Docker version is:
Docker version 20.10.21, build baeda1f
And my Docker Compose version is:
Docker Compose version v2.13.0
I tried using default docker-compose.yml, and also tried adding manual paths for the Volumes but to no avail.
Any hint how can I solve this?
The text was updated successfully, but these errors were encountered: