fix: ensure ports configuration is defined for vscode service
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
This commit is contained in:
parent
07d7f76959
commit
144feaab4e
@ -2,6 +2,8 @@ services:
|
||||
vscode:
|
||||
image: lscr.io/linuxserver/code-server:4.127.0-ls350
|
||||
container_name: vscode
|
||||
ports:
|
||||
- 8443:8443
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
@ -29,4 +31,5 @@ services:
|
||||
|
||||
networks:
|
||||
proxy-net:
|
||||
name: proxy-net
|
||||
external: true
|
||||
Loading…
x
Reference in New Issue
Block a user