Skip to content

Commit b2ccf96

Browse files
committed
fix: added docker-compose files example
1 parent f847f38 commit b2ccf96

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ lerna-debug.log*
1616
/docker-compose-data
1717
/docker-data
1818

19+
docker-compose.yaml
20+
1921
# Package
2022
/yarn.lock
2123
/package-lock.json

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Now when deleting the instance, the data referring to it in mongodb is also deleted
99
* It is now validated if the instance name contains uppercase and special characters
1010
* For compatibility reasons, container mode has been removed
11+
* Added docker-compose files example
1112

1213
# 1.3.1 (2023-07-20 07:48)
1314

0 commit comments

Comments
 (0)