Update docker-compose.yml
This commit is contained in:
@@ -8,15 +8,14 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
DOCKER_MODS: >-
|
DOCKER_MODS: >-
|
||||||
linuxserver/mods:universal-git |
|
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
|
INSTALL_PACKAGES: build-essential | python3 | neovim | ninja-build | gettext | cmake | clang
|
||||||
NVIDIA_VISIBLE_DEVICES: void
|
NVIDIA_VISIBLE_DEVICES: void
|
||||||
PGID: '1000'
|
PGID: '1000'
|
||||||
PUID: '1000'
|
PUID: '1000'
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
VSCODE_PROXY_URI: ./p/{{port}}
|
VSCODE_PROXY_URI: ./p/{{port}}
|
||||||
env_file:
|
|
||||||
- stack.env
|
|
||||||
group_add:
|
group_add:
|
||||||
- 568
|
- 568
|
||||||
image: linuxserver/code-server:latest
|
image: linuxserver/code-server:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user