tuya-convert
tuya-convert copied to clipboard
docker-compose.yml does not work
Hello,
when trying to start with docker-compose up -d I keep getting
ERROR: pull access denied for tuya, repository does not exist or may require 'docker login'
other containers work fine.
help please!
You need to build your own version of the docker image first.
The details for doing so are in the readme
Follow the instructions here https://github.com/ct-Open-Source/tuya-convert#using-docker
First, build the image using docker build -t tuya:latest .
Mind the DOT at the end
Then you can user docker compose up