Skip to content

Commit 02ea328

Browse files
authored
fix url (#143)
1 parent 0873179 commit 02ea328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose2.0/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -euo pipefail
1010
# --pre-release use pre-release images
1111
# --help show this help and exit
1212

13-
COMPOSE_FILE_URL="https://raw.githubusercontent.com/defguard/deployment/one-liner-2.0/docker-compose2.0/docker-compose.setup.yaml"
13+
COMPOSE_FILE_URL="https://raw.githubusercontent.com/defguard/deployment/main/docker-compose2.0/docker-compose.setup.yaml"
1414
COMPOSE_FILE="./docker-compose.yaml"
1515
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" 2>/dev/null && pwd || pwd)"
1616
COMPOSE_FILE_LOCAL="${SCRIPT_DIR}/docker-compose.yaml"

0 commit comments

Comments
 (0)