update docker-compose, add volume

This commit is contained in:
2025-07-21 18:51:41 -05:00
parent 09f53907cf
commit 6655762637

View File

@@ -12,4 +12,7 @@ services:
env_file:
- .env
volumes:
- $HOME/jail:/home/coder
- code-server-home:/home/coder
volumes:
code-server-home: