From afec3b3a8b0e9859f9489efc7ad9a246bc9e0d65 Mon Sep 17 00:00:00 2001 From: Leopere Date: Sun, 4 Nov 2018 13:21:42 -0500 Subject: [PATCH] passing alternative config path Aligned config path location with linux spec --- chainquery/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainquery/start.sh b/chainquery/start.sh index acd303f..8ce7424 100755 --- a/chainquery/start.sh +++ b/chainquery/start.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash ## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml -chainquery serve +chainquery -c "/etc/chainquery/chainqueryconfig.toml" serve