Files
container/z2m
2025-05-10 10:38:06 +00:00

13 lines
328 B
Plaintext

services:
zigbee2mqtt:
container_name: ${NAME}
image: ${IMAGE}
volumes:
- ${VOLUME}:/app/data
devices:
# Ember
- ${DEVICE}
# CC2530 / GBAN GB2530S
#- /dev/ttyUSB_cc2530:/dev/ttyACM0
restart: always
network_mode: host