mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-09-01 01:35:17 +00:00
fix: add --network=host to buildx script to fix dns issues
This commit is contained in:
parent
95c9a66896
commit
a855119e46
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ docker buildx build \
|
|||
--platform linux/amd64,linux/arm64,linux/arm/7 \
|
||||
--progress plain \
|
||||
--pull \
|
||||
--network=host \
|
||||
-f docker/Dockerfile \
|
||||
$@ \
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue