removed zigbee2mqtt port forwarding
This commit is contained in:
parent
77e3861367
commit
dab08db462
|
|
@ -3,6 +3,8 @@ services:
|
|||
image: ghcr.io/koenkk/zigbee2mqtt
|
||||
container_name: zigbee2mqtt
|
||||
restart: always
|
||||
ports:
|
||||
- 8888:8080
|
||||
volumes:
|
||||
- /docker/data/zigbee2mqtt/data:/app/data
|
||||
- /run/udev:/run/udev:ro
|
||||
|
|
|
|||
Loading…
Reference in New Issue