From 81881e10194d0079940f6382cb9b7e44ae483c3a Mon Sep 17 00:00:00 2001 From: geek Date: Thu, 31 Aug 2017 10:24:53 -0500 Subject: [PATCH] chore: update to working rethink image --- triton-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/triton-compose.yml b/triton-compose.yml index 3fb79b73..f56b1275 100644 --- a/triton-compose.yml +++ b/triton-compose.yml @@ -102,15 +102,13 @@ compose-api: restart: always rethinkdb: - image: autopilotpattern/rethinkdb:2.3.5r1 + image: autopilotpattern/rethinkdb:2.3.5r2 restart: always mem_limit: 1g env_file: - _env environment: - CONSUL_AGENT=1 - ports: - - 8080:8080 expose: - 28015 - 29015