1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-10 11:35:16 +02:00

Pin rethinkdb version to 2.3.5 in docker-compose

This commit is contained in:
Sylvain Bellemare 2017-01-10 18:47:21 +01:00
parent f57990c9ea
commit e696883f66

View File

@ -15,7 +15,7 @@ services:
- rdb-data
rdb-data:
image: rethinkdb
image: rethinkdb:2.3.5
volumes:
- /data
command: "true"