We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b93005 + e389047 commit 499bd43Copy full SHA for 499bd43
Docker/docker-compose.yaml
@@ -4,7 +4,7 @@ services:
4
5
api:
6
container_name: evolution_api
7
- image: davidsongomes/evolution-api
+ image: atendai/evolution-api
8
restart: always
9
ports:
10
- 8080:8080
@@ -19,4 +19,4 @@ services:
19
20
volumes:
21
evolution_instances:
22
- evolution_store:
+ evolution_store:
Docker/evolution-api-all-services/docker-compose.yaml
@@ -62,7 +62,7 @@ services:
62
63
64
65
66
67
depends_on:
68
- mongodb
@@ -88,4 +88,4 @@ volumes:
88
networks:
89
evolution-net:
90
external: true
91
-
+
0 commit comments