Update docker-compose.yml image to correct image

Updating image to correct image https://hub.docker.com/r/evoapicloud/evo-ai/tags on latest
This commit is contained in:
Arley Daniel Peter 2025-05-16 22:48:35 -03:00 committed by GitHub
parent 21e67e43a3
commit f000a08701
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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