Merge pull request #457 from gabrielporfiro/main

fix: incorrect images in project
This commit is contained in:
Davidson Gomes
2024-03-07 17:50:49 -03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ services:
api: api:
container_name: evolution_api container_name: evolution_api
image: davidsongomes/evolution-api image: atendai/evolution-api
restart: always restart: always
ports: ports:
- 8080:8080 - 8080:8080
@@ -19,4 +19,4 @@ services:
volumes: volumes:
evolution_instances: evolution_instances:
evolution_store: evolution_store:
@@ -62,7 +62,7 @@ services:
api: api:
container_name: evolution_api container_name: evolution_api
image: davidsongomes/evolution-api image: atendai/evolution-api
restart: always restart: always
depends_on: depends_on:
- mongodb - mongodb
@@ -88,4 +88,4 @@ volumes:
networks: networks:
evolution-net: evolution-net:
external: true external: true