From 7759ce05023487e75f75bebdbb95c5a7a5163323 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 27 Dec 2024 07:32:08 -0500 Subject: [PATCH] Switching Docker Compose Lint action. --- .gitea/workflows/deployment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 25cb26eb..162f293b 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -45,4 +45,6 @@ jobs: pull: true pull-opts: --dry-run up: true - up-opts: --dry-run -d --remove-orphans \ No newline at end of file + up-opts: --dry-run -d --remove-orphans + env: + DOCKER_HOST: tcp://dockerproxy:2375 \ No newline at end of file