Skip to content

Commit 9766e10

Browse files
Merge pull request #1623 from skarious/main
Update Dockerhub Repository and Delete Config Session Variable
2 parents cc56128 + 7724fe3 commit 9766e10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ CONFIG_SESSION_PHONE_NAME=Chrome
196196

197197
# Whatsapp Web version for baileys channel
198198
# https://web.whatsapp.com/check-update?version=0&platform=web
199-
# CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
199+
200200

201201
# Set qrcode display limit
202202
QRCODE_LIMIT=30

Docker/swarm/evolution_api_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
evolution_v2:
5-
image: atendai/evolution-api:v2.2.3
5+
image: evoapicloud/evolution-api:v2.3.0
66
volumes:
77
- evolution_instances:/evolution/instances
88
networks:
@@ -94,7 +94,7 @@ services:
9494
- WEBHOOK_EVENTS_ERRORS_WEBHOOK=
9595
- CONFIG_SESSION_PHONE_CLIENT=Evolution API V2
9696
- CONFIG_SESSION_PHONE_NAME=Chrome
97-
- CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
97+
#- CONFIG_SESSION_PHONE_VERSION=2.3000.1023204200
9898
- QRCODE_LIMIT=30
9999
- OPENAI_ENABLED=true
100100
- DIFY_ENABLED=true

0 commit comments

Comments
 (0)