aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-22 07:26:18 +1000
committerGravatar GitHub <[email protected]>2020-02-22 07:26:18 +1000
commitcb4ebe81b5a80145094d86ad3c4bfc87ccc4aa37 (patch)
tree34c9b41231de6f9f2f1aa064b8a8aaa651fb00be
parentMerge pull request #55 from python-discord/proper-chroot (diff)
Use port mapping, change container name to snekbox
-rw-r--r--docker-compose.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index aeb2806..aec17d3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,10 +1,11 @@
version: "3.7"
services:
- pdsnk:
- hostname: "pdsnk"
+ snekbox:
+ container_name: snekbox
privileged: true
image: pythondiscord/snekbox:latest
- network_mode: "host"
+ ports:
+ - 8060:8060
init: true
ipc: none
build: