update docker-compose, add volume
All checks were successful
release / release-default (push) Successful in 1h3m25s

This commit is contained in:
Astound 2025-07-21 18:51:41 -05:00
parent 09f53907cf
commit 6655762637
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

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