Update docker-compose.yml

This commit is contained in:
2025-10-21 22:10:29 -04:00
parent fef09acf70
commit 12f03a0141

View File

@@ -8,15 +8,14 @@ services:
environment:
DOCKER_MODS: >-
linuxserver/mods:universal-git |
linuxserver/mods:universal-package-install
linuxserver/mods:universal-package-install |
linuxserver/mods:code-server-zsh
INSTALL_PACKAGES: build-essential | python3 | neovim | ninja-build | gettext | cmake | clang
NVIDIA_VISIBLE_DEVICES: void
PGID: '1000'
PUID: '1000'
TZ: America/New_York
VSCODE_PROXY_URI: ./p/{{port}}
env_file:
- stack.env
group_add:
- 568
image: linuxserver/code-server:latest