From d1732af529a06071625bdd87e43be67269a8a770 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 14 Nov 2023 00:33:11 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a83ce5..4d7b08b 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ services: # 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) + # ✔️✔️✔️✔️ CORRECT EXAMPLE: - /my-stacks:/my-stacks (Both paths match) + # ❌❌❌❌ WRONG EXAMPLE: - /docker:/my-stacks (Both paths do not match) - /opt/stacks:/opt/stacks environment: # Tell Dockge where is your stacks directory