Skip to content

Commit 4577833

Browse files
Add example config for persistent docker # 2
1 parent ab95f14 commit 4577833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/docker-persistent.example.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# DO NOT CHANGE 'log_dir' or 'backup.location'
1+
# DO NOT CHANGE 'log_dir' or 'backup.location' flags
2+
# when using with scripts/docker-persistent.sh!!!
23
production:
34
host: mongodb.example.com
4-
port: 27019
5+
port: 27017
56
log_dir: /mongodb_consistent_backup/logs
67
backup:
78
method: mongodump

0 commit comments

Comments
 (0)