We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2304fb2 commit f2d43f0Copy full SHA for f2d43f0
bin/sail
@@ -556,7 +556,7 @@ elif [ "$1" == "share" ]; then
556
shift 1
557
558
if [ "$EXEC" == "yes" ]; then
559
- docker run --init --rm -p "$SAIL_SHARE_DASHBOARD":4040 -t beyondcodegmbh/expose-server:latest share http://host.docker.internal:"$APP_PORT" \
+ docker run --init --rm --add-host=host.docker.internal:host-gateway -p "$SAIL_SHARE_DASHBOARD":4040 -t beyondcodegmbh/expose-server:latest share http://host.docker.internal:"$APP_PORT" \
560
--server-host="$SAIL_SHARE_SERVER_HOST" \
561
--server-port="$SAIL_SHARE_SERVER_PORT" \
562
--auth="$SAIL_SHARE_TOKEN" \
0 commit comments