From 4c8c19ebb9f41b89a355f6832b27be5250a131bf Mon Sep 17 00:00:00 2001 From: MaximilianKohler Date: Sat, 11 Nov 2023 07:02:40 -0800 Subject: [PATCH] Update configuration.md - update path due to recent install path change (#1581) Since `&& cd listmonk` was added to the installation, this path is changed. --- docs/docs/content/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/content/configuration.md b/docs/docs/content/configuration.md index 49085d35..b3671262 100644 --- a/docs/docs/content/configuration.md +++ b/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 ```