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.
1234567891011121314 |
- #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"
|