#version: '3'
#services:

  template:
    restart: always
    build: template
    container_name: template
    #network_mode: host
    #privileged: true
    #devices:
    #  - /dev/ttyACM0:/dev/ttyACM0
    #volumes:
    #  - /opt/zigbee2mqtt:/opt/zigbee2mqtt
    command: bash -c "/root/start.sh"