Skip to content

Commit 718563f

Browse files
committed
fix: adjusts in docker files
1 parent 7e996ad commit 718563f

File tree

5 files changed

+2
-76
lines changed

5 files changed

+2
-76
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Added messages.delete event
66
* Added restart instance endpoint
77
* Created automation for creating instances in the chatwoot bot with the command #inbox_whatsapp:<INSTANCE_NAME>
8+
* Change Baileys version to: 6.4.0
89

910
### Fixed
1011

@@ -18,6 +19,7 @@
1819
* Adjusts in returns in endpoints chatwoot and webhook
1920
* Fixed ghost mentions in send text message
2021
* Fixed bug that saved contacts from groups came without number in chatwoot
22+
* Fixed problem to receive csat in chatwoot
2123

2224
# 1.2.2 (2023-07-15 09:36)
2325

Docker/mongodb/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ volumes:
3737

3838
networks:
3939
evolution-net:
40-
name: evolution-net
4140
external: true
4241

Docker/redis/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ volumes:
2525

2626
networks:
2727
evolution-net:
28-
name: evolution-net
2928
external: true

docker-compose-full.yaml

Lines changed: 0 additions & 73 deletions
This file was deleted.

docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ volumes:
2222

2323
networks:
2424
evolution-net:
25-
name: evolution-net
2625
external: true
2726

0 commit comments

Comments
 (0)