From edc27d31bd82cd8a4f6b45ffec50f8f702a4a4ba Mon Sep 17 00:00:00 2001 From: DubhAd Date: Thu, 22 Nov 2018 21:25:01 +0000 Subject: [PATCH] Adding path for Docker --- source/_docs/configuration.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index fb4193f7265..f97eb07c867 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -21,6 +21,7 @@ The location of the folder differs between operating systems: | Linux | `~/.homeassistant` | | Windows | `%APPDATA%/.homeassistant` | | Hass.io | `/config` | +| Docker | `/config` | If you want to use a different folder for configuration, use the config command line parameter: `hass --config path/to/config`.