Skip to content

Commit

Permalink
Update tls-download-mutinynet.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
otech47 committed Dec 15, 2023
1 parent 72ab49b commit d6dacc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/tls-download-mutinynet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# This file downloads the mutinynet docker-compose files for the LN gateway, fedimintd plus some useful tools
# Important: This version uses TLS certificates, so you must have a domain under your control that you can change the DNS records for
# You can download this script and run it with: curl -sSL https://raw.githubusercontent.com/fedimint/fedimint/master/docker/tls-download-mutinynet.sh | bash
# You can download this script and run it with: curl -sSL https://raw.githubusercontent.com/setlife-network/fedimint/releases/v0.2/docker/tls-download-mutinynet.sh | bash

DOCKER_COMPOSE_FILE=https://raw.githubusercontent.com/fedimint/fedimint/master/docker/full-tls-mutinynet/docker-compose.yaml
DOCKER_COMPOSE_FILE=https://raw.githubusercontent.com/setlife-network/fedimint/releases/v0.2/docker/full-tls-mutinynet/docker-compose.yaml

DOCKER_COMPOSE=docker-compose
if docker compose version|grep 'Docker Compose' >& /dev/null; then
Expand Down

0 comments on commit d6dacc3

Please sign in to comment.