From 2d6a29664ac9fdccca8871d72e730c22ff8d84be Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Sun, 17 Dec 2023 07:59:24 -0300 Subject: [PATCH] fix: include instance Id field in the instance configuration --- docker-compose.yaml.example.dockerhub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml.example.dockerhub b/docker-compose.yaml.example.dockerhub index 562d1b07..b33e8f4a 100644 --- a/docker-compose.yaml.example.dockerhub +++ b/docker-compose.yaml.example.dockerhub @@ -3,7 +3,7 @@ version: '3.3' services: api: container_name: evolution_api - image: davidsongomes/evolution-api:latest + image: atendai/evolution-api:latest restart: always ports: - 8080:8080