mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update image version Mongo DB
This commit is contained in:
parent
3efc35e2d2
commit
e95f6e6a20
@ -2,13 +2,13 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)
|
||||
# Code is Apache-2.0 and docs are CC-BY-4.0
|
||||
|
||||
version: '2.1'
|
||||
version: '2.3'
|
||||
|
||||
services:
|
||||
# Build: docker-compose build -d bigchaindb
|
||||
# Run: docker-compose run -d bdb
|
||||
mongodb:
|
||||
image: mongo:3.6
|
||||
image: mongo:3.7
|
||||
ports:
|
||||
- "27017:27017"
|
||||
command: mongod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user