services: tuya-convert: # Uncomment one of these image: iainbullock/tuya-convert:latest # Stable build from Dockerhub #image: iainbullock/tuya-convert:dev # Development build from Dockerhub #image: tuya-convert:latest # Locally built image eg from Github container_name: tuya-convert volumes: - .:/usr/bin/tuya-convert/backups network_mode: host cap_add: - NET_ADMIN environment: - WLAN=wlan0 # must match the name of your wlan-interface on your host, you may find it with ifconfig - AP=vtrust-flash # the name of the created AP, can be anything you want - GATEWAY=10.42.42.1 # gateway address, leave it here - TERM=xterm # Uncomment if you need a container shell when the container won't run #entrypoint: "/bin/bash" restart: no