Update: readme.md

This commit is contained in:
2023-09-14 20:42:36 +02:00
parent 4b56557fae
commit 69b74ae929
+5 -5
View File
@@ -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 |