aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-14 18:12:09 -0700
committerGravatar GitHub <[email protected]>2022-06-14 18:12:09 -0700
commit3bad38f612fe2f689d82738eb47e83a70c251c01 (patch)
tree11e0e4fb2f484865f00d09e30b0f446f3f20154f /docker-compose.yml
parentMerge #144 - add black and isort (diff)
parentMention output limit can be customised and fix link in README.md (diff)
Merge #145 - make the output size limit customisable
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 07548cd..9d3ae71 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -13,7 +13,7 @@ services:
ipc: none
tty: true
environment:
- DEBUG: 1
+ SNEKBOX_DEBUG: 1
PYTHONDONTWRITEBYTECODE: 1
build:
context: .