Docker configuration templates
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.template 297B

1234567891011121314
  1. #version: '3'
  2. #services:
  3. template:
  4. restart: always
  5. build: template
  6. container_name: template
  7. #network_mode: host
  8. #privileged: true
  9. #devices:
  10. # - /dev/ttyACM0:/dev/ttyACM0
  11. #volumes:
  12. # - /opt/zigbee2mqtt:/opt/zigbee2mqtt
  13. command: bash -c "/root/start.sh"