Skip to content
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

[fix] Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /home/traefik/dockerWork/workpress/wordpress #412

Open
luojiyin1987 opened this issue Jan 15, 2024 · 0 comments · May be fixed by #413

Comments

@luojiyin1987
Copy link

The error message you encountered is from the Docker daemon, and it indicates that you tried to mount a directory binding from the local filesystem into a Docker container, but the specified source path does not exist

I run mkdir -p /home/traefik/dockerWork/workpress/wordpress to solve it .

I see some doc . I set wordpress volumes to solve it.

volumes:
      - ./wordpress_data:/var/www/html

I hope it will help others.

@luojiyin1987 luojiyin1987 linked a pull request Jan 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant