From 47c67dd2ce22cd589c58586e1e57aa4c2dc2c9a1 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Sat, 29 Feb 2020 02:36:52 +1000 Subject: Change CI and dev.sh to not use host network mode. --- scripts/dev.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/dev.sh') diff --git a/scripts/dev.sh b/scripts/dev.sh index 0275651..408ce2e 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -38,7 +38,6 @@ docker run \ --detach \ --name snekbox_test \ --privileged \ - --network host \ --hostname pdsnk-dev \ --ipc="none" \ -e PYTHONDONTWRITEBYTECODE=1 \ -- cgit v1.2.3