aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-06 17:31:09 -0700
committerGravatar Mark <[email protected]>2022-06-06 17:31:09 -0700
commit58b413165486475147f22060417519ea2235addb (patch)
treee787f5798baad42ca2f03e14f6f374a932bd0745 /docker-compose.yml
parentRemove env var support for NsJail args (diff)
Rename DEBUG env var to SNEKBOX_DEBUG
Use a more unique name to avoid accidentally using the value of a similar env var that was set for an unrelated reason.
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: .