diff options
author | 2020-02-28 08:38:55 -0800 | |
---|---|---|
committer | 2020-02-28 08:38:55 -0800 | |
commit | 3e17cb6462163347234c3569bd4cd2a5c62ced37 (patch) | |
tree | a10143d5e0368d72789707aabaf5e6a1679cac94 /scripts/dev.sh | |
parent | Change snekbox timeout to 6 seconds. (diff) | |
parent | Change CI and dev.sh to not use host network mode. (diff) |
Merge pull request #59 from python-discord/compose
Use port mapping, change container name to snekbox.
Diffstat (limited to 'scripts/dev.sh')
-rwxr-xr-x | scripts/dev.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |