Skip to content

Commit c9c6d73

Browse files
install.sh: add --net=host to bootstrap
This allows it to ping core properly
1 parent 472c507 commit c9c6d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ docker run \
9191
-t \
9292
--restart unless-stopped \
9393
--name companion-bootstrap \
94+
--net=host \
9495
-v $HOME/.config/companion/bootstrap:/root/.config/bootstrap \
9596
-v /var/run/docker.sock:/var/run/docker.sock \
9697
-e COMPANION_CONFIG_PATH=$HOME/.config/companion \

0 commit comments

Comments
 (0)