Any idea how to correct this error? ty
ERROR: for hass “host” network_mode is incompatible with port_bindings
Docker Compose 1.28
Docker 20.10.2
version: ‘3.3’
Services:
hass:
container_name: hass
image: homeassistant/raspberrypi4-homeassistant:dev
restart: always
volumes:
- /home/pi/hass_config:/config
environment:
- TZ=America/Thunder_Bay
devices:
- /dev/hidraw0
network_mode: host
ports:
- 8123:8123
user: “{LOCAL_USER}:{LOCAL_USER}”