Update 'compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sthope 2021-09-01 23:30:37 +02:00
parent f9ad70d9cc
commit 3b62b2cde4

View File

@ -4,6 +4,7 @@ services:
vscode:
image: ghcr.io/linuxserver/code-server
container_name: vscode
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
@ -15,4 +16,3 @@ services:
- vscode_config:/config
ports:
- 8443:8443
restart: unless-stopped