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
1 changed files with 1 additions and 1 deletions

View File

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