diff options
| author | 2020-02-22 21:37:47 -0800 | |
|---|---|---|
| committer | 2020-02-22 21:37:47 -0800 | |
| commit | 782c5fc6c2e60e8e460f17d39cfad39cae7f30e0 (patch) | |
| tree | f8f44bbd9e7115458a2a259668167853ab53fa93 /docker-compose.yml | |
| parent | Test lint only (diff) | |
| parent | Merge 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.yml | 1 | 
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 | 
