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 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