aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-22 21:37:47 -0800
committerGravatar MarkKoz <[email protected]>2020-02-22 21:37:47 -0800
commit782c5fc6c2e60e8e460f17d39cfad39cae7f30e0 (patch)
treef8f44bbd9e7115458a2a259668167853ab53fa93 /docker-compose.yml
parentTest lint only (diff)
parentMerge pull request #62 from python-discord/bug/ci/61/python-symlink-not-resol... (diff)
Merge remote-tracking branch 'origin/master' into research
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index d071a71..aeb2806 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,6 +6,7 @@ services:
image: pythondiscord/snekbox:latest
network_mode: "host"
init: true
+ ipc: none
build:
context: .
dockerfile: docker/Dockerfile