From d88531a1f1a8ad2771e20bb5ae6856acae2f8c2b Mon Sep 17 00:00:00 2001 From: pablomendezroyo Date: Mon, 16 Jun 2025 10:12:56 +0200 Subject: [PATCH 1/2] add forwarding rules to dappnode.private 127.0.0.11 --- bind/custom/config/forwarding-rules.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bind/custom/config/forwarding-rules.txt b/bind/custom/config/forwarding-rules.txt index 55fc1c2..4e0a915 100644 --- a/bind/custom/config/forwarding-rules.txt +++ b/bind/custom/config/forwarding-rules.txt @@ -1,2 +1,3 @@ dappnode 127.0.0.11 +dappnode.private 127.0.0.11 eth 127.0.0.11 my.dappnode \ No newline at end of file From b4afe898690de4dfa61829f5f60998317f747513 Mon Sep 17 00:00:00 2001 From: pablomendezroyo Date: Mon, 16 Jun 2025 10:14:30 +0200 Subject: [PATCH 2/2] use docker compose --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a68ab7f..dc180d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - run: docker-compose build + - run: docker compose build release: name: Release