You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem may be caused by the filename on Windows system, I solved it by these steps:
find the file "toolkit/lib/docker-compose.base.yml"
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 ":").
Steps to Reproduce
Expected Behaviour
should not get dissapointed
Context
just wanted it to work
The text was updated successfully, but these errors were encountered: