aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-18 18:34:44 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-18 18:34:44 -0400
commit4dfd47afed5f870bcfb09c7d5d29f4373eeac420 (patch)
tree992d5faa9cb51fcf3227c1558f1abb51a1b5541f /docker-compose.yml
parentchore: Improve documentation for arguments in /eval (diff)
chore: Add tests for py_args and ns_jail args
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 f546024..e962524 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -24,7 +24,7 @@ services:
cache_from:
- ghcr.io/python-discord/snekbox:latest
volumes:
- - $PWD:$PWD
+ - .:/snekbox
- user-base:/snekbox/user_base
volumes: