diff options
| author | jc0b <j@jc0b.computer> | 2020-06-30 18:02:16 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:44:37 +0200 |
| commit | b97d1977d08760b237c645a275be1972a32451b7 (patch) | |
| tree | 55cfdd69a8237411558a3045c9342a014de607f1 /mongodb/docker-compose.yml | |
| parent | 6a4703517e7e1ca5ee2c8d8e0a4c49f32d17c662 (diff) | |
| parent | abb91a93c40ef3577aa953cf6e8c252593e082d4 (diff) | |
Merge branch 'feature/mongodb-migration' of github.com:atlarge-research/opendc-dev into feature/mongodb-migration
Diffstat (limited to 'mongodb/docker-compose.yml')
| -rw-r--r-- | mongodb/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mongodb/docker-compose.yml b/mongodb/docker-compose.yml index aa54a74c..87af4d6f 100644 --- a/mongodb/docker-compose.yml +++ b/mongodb/docker-compose.yml @@ -13,6 +13,7 @@ services: OPENDC_DB_PASSWORD: opendcpassword ports: - 27017:27017 + # Uncomment for persistent deployment #volumes: # - mongo-volume:/data/db |
