fixed up vscode changed default vol to /data for easier testing

This commit is contained in:
2026-04-14 18:53:12 -07:00
parent 546f003a41
commit ff9b9ed313
11 changed files with 96 additions and 33 deletions
+12
View File
@@ -0,0 +1,12 @@
# ===== Paths =====
VOL_PATH=/data
# ===== Code Server =====
VSCODE_IMAGE=lscr.io/linuxserver/code-server:latest
VSCODE_RESTART=unless-stopped
VSCODE_PASSWORD=ChangeThisNow
VSCODE_PORT=8443
VSCODE_DOMAIN=localhost
DEFAULT_WORKSPACE=/data
VSCODE_PUID=1000
VSCODE_PGID=1000