aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index e962524..f546024 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -24,7 +24,7 @@ services:
cache_from:
- ghcr.io/python-discord/snekbox:latest
volumes:
- - .:/snekbox
+ - $PWD:$PWD
- user-base:/snekbox/user_base
volumes: