Selaa lähdekoodia

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 vuosi sitten
vanhempi
commit
4c8c19ebb9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 ```