From bcb1bf4692648ee595e907cc24eeda264a9a9f9a Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:54:26 -0400 Subject: [PATCH] fix(docs): portainer absolute paths (#19459) absolute paths --- docs/docs/install/portainer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/install/portainer.md b/docs/docs/install/portainer.md index 5ff324e282..916d89a0d5 100644 --- a/docs/docs/install/portainer.md +++ b/docs/docs/install/portainer.md @@ -39,8 +39,8 @@ alt="Dot Env Example" /> - Change the default `DB_PASSWORD`, and add custom database connection information if necessary. -- Change `DB_DATA_LOCATION` to a folder where the database will be saved to disk. -- Change `UPLOAD_LOCATION` to a folder where media (uploaded and generated) will be stored. +- Change `DB_DATA_LOCATION` to a folder (absolute path) where the database will be saved to disk. +- Change `UPLOAD_LOCATION` to a folder (absolute path) where media (uploaded and generated) will be stored. 11. Click on "**Deploy the stack**".