tuya-convert icon indicating copy to clipboard operation
tuya-convert copied to clipboard

docker-compose.yml does not work

Open Raabensohn opened this issue 3 years ago • 2 comments

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!

Raabensohn avatar May 15 '21 18:05 Raabensohn

You need to build your own version of the docker image first.

The details for doing so are in the readme

jsnfwlr avatar May 15 '21 23:05 jsnfwlr

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

Solksjaer avatar Jan 17 '22 18:01 Solksjaer