From 59816225e0d503aaf0d27610936eb9ccd73332f4 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Thu, 23 Dec 2021 21:59:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b3491d4..749b19f 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ Move the `.env` file you created earlier into this folder, and run: $ docker run --env-file=.env tconnectsync --check-login ``` +**NOTE:** If using the `--env-file` option to `docker run`, you may need to remove all quotation marks (`'` and `"`s) around values in the `.env` file for Docker to propagate the variables correctly. + If you receive no errors, then you can move on to the **Running Tconnectsync Continuously** section. ## Running Tconnectsync Continuously