This commit is contained in:
Eric Coffman 2021-12-16 16:46:34 -05:00 committed by GitHub
parent ca6e212a8b
commit 6fde81de2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ docker run -d --name="home-assistant" \
```
If you are using Docker compose, you can add a volume to your composition file
in similar fashion as listed in the command above.
in a similar fashion as listed in the command above.
## Home Assistant Core
@ -55,7 +55,7 @@ For example, if your current configuration folder is stored in:
`/home/frenck/.homeassistant/`
The you'll need to create a media folder in that same path:
Then you'll need to create a media folder in that same path:
`/home/frenck/.homeassistant/media`