Browse Source

Fix docker-compose pull

feature/more-args
nicolas.dorier 6 years ago
parent
commit
7c76561f8c
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 5
      helpers.sh

5
helpers.sh

@ -99,7 +99,10 @@ btcpay_up() {
}
btcpay_pull() {
. $BTCPAY_BASE_DIRECTORY/Generated/pull-images.sh
pushd . > /dev/null
cd "$(dirname "$BTCPAY_ENV_FILE")"
docker-compose -f "$BTCPAY_DOCKER_COMPOSE" pull
popd > /dev/null
}
btcpay_down() {

Loading…
Cancel
Save