You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im adding the Ps4 integration to HA and this requires HA to bind to port 987 which is not allowed when not running as root. In order to get around this I had to ssh to the container and run setcap 'cap_net_bind_service=+ep' /usr/local/bin/python3.9
This won't survive container upgrades so is it possible to add this into the run script?
The text was updated successfully, but these errors were encountered:
Im adding the Ps4 integration to HA and this requires HA to bind to port 987 which is not allowed when not running as root. In order to get around this I had to ssh to the container and run
setcap 'cap_net_bind_service=+ep' /usr/local/bin/python3.9
This won't survive container upgrades so is it possible to add this into the run script?
The text was updated successfully, but these errors were encountered: