From 06dbc3fa281216dac7789669704f58671f8c5840 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 28 Nov 2023 00:53:18 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index af58910..6c13fd0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,10 +13,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) - # ⚠️⚠️ 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) + # Stacks Directory + # ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH. + # ⚠️ 1. FULL path only. No relative path (MUST) + # ⚠️ 2. Left Stacks Path === Right Stacks Path (MUST) - /opt/stacks:/opt/stacks environment: # Tell Dockge where is your stacks directory