docker_config/template/docker-compose.template

15 lines
297 B
Plaintext
Raw Normal View History

2023-06-18 13:48:45 +02:00
#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"