We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f847f38 commit b2ccf96Copy full SHA for b2ccf96
.gitignore
@@ -16,6 +16,8 @@ lerna-debug.log*
16
/docker-compose-data
17
/docker-data
18
19
+docker-compose.yaml
20
+
21
# Package
22
/yarn.lock
23
/package-lock.json
CHANGELOG.md
@@ -8,6 +8,7 @@
8
* Now when deleting the instance, the data referring to it in mongodb is also deleted
9
* It is now validated if the instance name contains uppercase and special characters
10
* For compatibility reasons, container mode has been removed
11
+* Added docker-compose files example
12
13
# 1.3.1 (2023-07-20 07:48)
14
0 commit comments