We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0873179 commit 02ea328Copy full SHA for 02ea328
1 file changed
docker-compose2.0/setup.sh
@@ -10,7 +10,7 @@ set -euo pipefail
10
# --pre-release use pre-release images
11
# --help show this help and exit
12
13
-COMPOSE_FILE_URL="https://raw.githubusercontent.com/defguard/deployment/one-liner-2.0/docker-compose2.0/docker-compose.setup.yaml"
+COMPOSE_FILE_URL="https://raw.githubusercontent.com/defguard/deployment/main/docker-compose2.0/docker-compose.setup.yaml"
14
COMPOSE_FILE="./docker-compose.yaml"
15
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" 2>/dev/null && pwd || pwd)"
16
COMPOSE_FILE_LOCAL="${SCRIPT_DIR}/docker-compose.yaml"
0 commit comments