Update docker-compose.yaml

This commit is contained in:
Gabriel Porfiro 2024-03-06 18:51:36 -03:00 committed by GitHub
parent 45e03d87c7
commit da04ff284b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ services:
api:
container_name: evolution_api
image: davidsongomes/evolution-api
image: atendai/evolution-api
restart: always
depends_on:
- mongodb
@ -88,4 +88,4 @@ volumes:
networks:
evolution-net:
external: true