From 4302a62714ead4f0dd5ca5ff7c8e9f9e769cc166 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 7 Dec 2018 12:59:50 +0900 Subject: [PATCH] export postgres --- btcpay-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btcpay-update.sh b/btcpay-update.sh index 56db6be..a56b517 100755 --- a/btcpay-update.sh +++ b/btcpay-update.sh @@ -16,7 +16,7 @@ fi cd "$BTCPAY_BASE_DIRECTORY/btcpayserver-docker" git pull --force - +export BTCPAYGEN_DATABASE="postgres" if ! [ -f "/etc/docker/daemon.json" ]; then echo "{ \"log-driver\": \"json-file\",