浏览代码

Update configuration.md - update path due to recent install path change (#1581)

Since `&& cd listmonk` was added to the installation, this path is changed.
MaximilianKohler 1 年之前
父节点
当前提交
4c8c19ebb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs/content/configuration.md

+ 1 - 1
docs/docs/content/configuration.md

@@ -97,7 +97,7 @@ To use the default `uploads` folder:
 ```yml
   app:
     volumes:
-      - ./listmonk/uploads:/listmonk/uploads
+      - ./uploads:/listmonk/uploads
 ```