aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2019-05-28 15:47:01 -0700
committerGravatar GitHub <[email protected]>2019-05-28 15:47:01 -0700
commit7a41a7f245f92e6b029ca95869ece76f0d7ae680 (patch)
tree61ae222e7c7a9409995bdd079cf510bf8742dee1 /docker-compose.yml
parentRemove GitLab CI config (diff)
parentRevert "Always build images if they do not exist" (diff)
Merge pull request #17 from python-discord/docker
Restructure Docker Images
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 2b22db4..1fe8e39 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,8 @@
-version: '3'
+version: "3.7"
services:
pdsnk:
hostname: "pdsnk"
privileged: true
image: pythondiscord/snekbox:latest
network_mode: "host"
+ init: true