ONEDRIVE_MONITOR docker environment variable #2795
Unanswered
eelcofolkertsma
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Simple reason is your Docker container would then simply exit after its first sync and that is not the point of running the Docker container. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Docker image is hard-coded to --monitor in /entrypoint.sh. It feels straightforward to introduce an environment variable to switch between --monitor (true) and --synchronize (false).
But the client is very rich and well thought out, and I am very much a newbie. Is there a simple reason to not have such a switch in the script?
Beta Was this translation helpful? Give feedback.
All reactions