mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
fixed up vscode changed default vol to /data for easier testing
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user