Merge pull request #7602 from home-assistant/DubhAd-patch-2

Adding path for Docker
This commit is contained in:
Joakim Sørensen 2018-11-22 22:31:59 +01:00 committed by GitHub
commit e8177b6007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.