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

mount denied: source path too many colons #307

Open
BluBloos opened this issue Nov 4, 2024 · 2 comments
Open

mount denied: source path too many colons #307

BluBloos opened this issue Nov 4, 2024 · 2 comments

Comments

@BluBloos
Copy link

BluBloos commented Nov 4, 2024

Steps to Reproduce

  1. follow readme steps (on a Windows OS system).
  2. be dissapointed because it says "Error response from daemon: mount denied: the source path too many colons".

Expected Behaviour

should not get dissapointed

Context

just wanted it to work

@samlemaire
Copy link

I have the exact same problem.

If you ever find a solution except : installing Unix system on a virtual box. I'd love you share it to me

@CharlieHu99
Copy link

The problem may be caused by the filename on Windows system, I solved it by these steps:

  1. find the file "toolkit/lib/docker-compose.base.yml"
  2. change
    volumes:
    - "${OVERLEAF_DATA_PATH}:${OVERLEAF_IN_CONTAINER_DATA_PATH}"
    into
    volumes:
    - "${OVERLEAF_DATA_PATH}:\\${OVERLEAF_IN_CONTAINER_DATA_PATH}"
    This solves my problem. I guess adding "\\"(two backslashes) can prevent the windows system generating a string like "overleaf_data_path: C: \xxx" (with too many ":").

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

No branches or pull requests

3 participants