fix: added docker-compose files example

This commit is contained in:
Davidson Gomes 2023-07-21 15:14:46 -03:00
parent f847f38812
commit b2ccf965bb
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -16,6 +16,8 @@ lerna-debug.log*
/docker-compose-data
/docker-data
docker-compose.yaml
# Package
/yarn.lock
/package-lock.json

View File

@ -8,6 +8,7 @@
* 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
* For compatibility reasons, container mode has been removed
* Added docker-compose files example
# 1.3.1 (2023-07-20 07:48)