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