Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 26, 2024
1 parent e628175 commit 6a21b5b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mods/scripts/traefik/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deploy_traefik() {

# Create the Docker Compose directory if it doesn't exist
mkdir -p /pg/traefik
DOCKER_COMPOSE_FILE="/pg/traefik/docker-compose.yml"
DOCKER_COMPOSE_FILE="/pg_traefik/docker-compose.yml"

# Write the base configuration
cat <<EOF > $DOCKER_COMPOSE_FILE
Expand Down Expand Up @@ -87,7 +87,5 @@ EOF
echo -e "${GREEN}Traefik has been deployed successfully.${NC}"
}

chmod 600 /pg/traefik/acme.json

# Deploy Traefik with Cloudflare
deploy_traefik

0 comments on commit 6a21b5b

Please sign in to comment.