From c1b7d931ae3ca4e89cf94ee1f5bbe51f139279d0 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Fri, 23 Feb 2024 11:11:59 +0300 Subject: [PATCH] EX_APPS_NET_FOR_HTTPS->EX_APPS_NET Signed-off-by: Alexander Piskun --- .github/workflows/tests-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-deploy.yml b/.github/workflows/tests-deploy.yml index ba0cfb23..bd8f3434 100644 --- a/.github/workflows/tests-deploy.yml +++ b/.github/workflows/tests-deploy.yml @@ -319,7 +319,7 @@ jobs: -v `pwd`/certs/cert.pem:/certs/cert.pem \ -e NC_HAPROXY_PASSWORD="some_secure_password" \ -e BIND_ADDRESS="172.17.0.1" \ - -e EX_APPS_NET_FOR_HTTPS="ipv4@localhost" \ + -e EX_APPS_NET="ipv4@localhost" \ --net host --name nextcloud-appapi-dsp -h nextcloud-appapi-dsp \ --privileged -d ghcr.io/cloud-py-api/nextcloud-appapi-dsp:latest docker run --net=bridge --name=nextcloud -p 8080:80 --rm -d ${{ env.docker-image }}