Skip to content

Commit

Permalink
Docker compose: remove host network requirement when building
Browse files Browse the repository at this point in the history
This PR fixes the following issue when running docker-compose:

    failed to solve: granting entitlement network.host is not allowed by build daemon configuration

Using the host network is not required anyway, as the build is able to finish without it.
  • Loading branch information
adutra committed Aug 2, 2024
1 parent 5c78eef commit 4497b5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
polaris:
build:
context: .
network: host
ports:
- "8181:8181"
- "8182"
Expand Down Expand Up @@ -47,7 +46,6 @@ services:
regtest:
build:
context: regtests
network: host
args:
POLARIS_HOST: polaris
depends_on:
Expand Down

0 comments on commit 4497b5f

Please sign in to comment.