From 69b74ae92980eb4f6542dfb8ef33e8c5d10413b2 Mon Sep 17 00:00:00 2001 From: Michel Date: Thu, 14 Sep 2023 20:42:36 +0200 Subject: [PATCH] Update: readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 9d9a6fd..883f490 100644 --- a/readme.md +++ b/readme.md @@ -135,9 +135,9 @@ Only the docker folder in here is a fixed folder as this folder is created by Sy All files and folders mouted in the container should be in its correct subfolders under the folder mentioned before. For instance: -| Container | Host | -| --- | --- | -| /config | /volume1/docker/stack/App/config | -| /config.json | /volume1/docker/stack/App/config.json | -| subfolder/config | /volume1/docker/stack/App/subfolder/config | +| Container | Host | +| --------------------- | ----------------------------------------------- | +| /config | /volume1/docker/stack/App/config | +| /config.json | /volume1/docker/stack/App/config.json | +| subfolder/config | /volume1/docker/stack/App/subfolder/config | | subfolder/config.json | /volume1/docker/stack/App/subfolder/config.json |