Docker configuration templates
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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"