Merge pull request #14 from Danielpeter-99/patch-1

Update docker-compose.yml image to correct image
This commit is contained in:
Davidson Gomes
2025-05-17 07:13:02 -03:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ version: "3.8"
services:
api:
image: evo-ai-api:latest
image: evoapicloud/evo-ai:latest
depends_on:
- postgres
- redis