mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
fix: added docker-compose files example
This commit is contained in:
parent
f847f38812
commit
b2ccf965bb
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,6 +16,8 @@ lerna-debug.log*
|
|||||||
/docker-compose-data
|
/docker-compose-data
|
||||||
/docker-data
|
/docker-data
|
||||||
|
|
||||||
|
docker-compose.yaml
|
||||||
|
|
||||||
# Package
|
# Package
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
/package-lock.json
|
/package-lock.json
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
* Now when deleting the instance, the data referring to it in mongodb is also deleted
|
* Now when deleting the instance, the data referring to it in mongodb is also deleted
|
||||||
* It is now validated if the instance name contains uppercase and special characters
|
* It is now validated if the instance name contains uppercase and special characters
|
||||||
* For compatibility reasons, container mode has been removed
|
* For compatibility reasons, container mode has been removed
|
||||||
|
* Added docker-compose files example
|
||||||
|
|
||||||
# 1.3.1 (2023-07-20 07:48)
|
# 1.3.1 (2023-07-20 07:48)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user