From ecb16ae0071072c8a511ef983320cd62901795ab Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 13 Nov 2023 20:38:42 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ae04f7..94ee250 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,10 @@ services: # If you want to use private registries, you need to share the auth file with Dockge: # - /root/.docker/:/root/.docker - # Your stacks directory in the host - # (The paths inside container must be the same as the host) + # Your stacks directory in the host (The paths inside container must be the same as the host) + # ⚠️⚠️ If you did it wrong, your data could end up be written into a wrong path. + # ✔️✔️✔️✔️ CORRECT: - /my-stacks:/my-stacks (Both paths match) + # ❌❌❌❌ WRONG: - /docker:/my-stacks (Both paths do not match) - /my-stacks:/my-stacks environment: # Tell Dockge where is your stacks directory