Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user