From b2ccf965bb75e6933df5e870c7fd3e3d2b38f60a Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Fri, 21 Jul 2023 15:14:46 -0300 Subject: [PATCH] fix: added docker-compose files example --- .gitignore | 2 ++ CHANGELOG.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e707b33e..69d60b7a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ lerna-debug.log* /docker-compose-data /docker-data +docker-compose.yaml + # Package /yarn.lock /package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a864fe5..5da5cdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)