From 3edbb93db507296e04d1be5e13c0c520aee220f9 Mon Sep 17 00:00:00 2001 From: Thomas Bertels <3265870+tbertels@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:35:44 +0200 Subject: [PATCH] Update container.md to avoid a common error with :/config (#28822) It wasn't fully clear that the `:/config` part had to be kept. --- source/_includes/installation/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index abf11f994d0..f5133d6dfa4 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -15,7 +15,7 @@ If you are using Docker then you need to be on at least version 19.03.9, ideally Installation with Docker is straightforward. Adjust the following command so that: -- `/PATH_TO_YOUR_CONFIG` points at the folder where you want to store your configuration and run it. +- `/PATH_TO_YOUR_CONFIG` points at the folder where you want to store your configuration and run it. Make sure that you keep the `:/config` part. - `MY_TIME_ZONE` is a [tz database name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), like `TZ=America/Los_Angeles`. {% endif %}