Add Docker specific explanation for PS4 component (#8629)

The new PS4 component requires some extra settings from Home Assistant if one is using Docker. I've added an entry in the docs to make sure these settings are clear for those who use Docker.
This commit is contained in:
UnrealKazu 2019-02-25 21:53:55 +01:00 committed by Franck Nijhof
parent 8a0cf23e69
commit 194a35f97e

View File

@ -57,6 +57,9 @@ There are varying methods to perform this, dependent on your OS that is running
`sudo setcap 'cap_net_bind_service=+ep' /usr/bin/python3.5`
Replace "/usr/bin/python3.5" with your path to Python that is running Home Assistant.
### {% linkable_title Docker %}
When running Home Assistant using Docker, make sure that the Home Assistant container is discoverable by the PS4. This can be achieved by ensuring that the Home Assistant container uses the `host` network driver (by passing `--net=host` to the container when creating, or adding `network_mode: "host"` to your compose file when using `docker-compose`).
## {% linkable_title Configuration %}