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