fix: comment out ports configuration for vscode service
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

This commit is contained in:
Nathan 2026-07-08 19:22:00 -04:00
parent b60d2ba867
commit 8ea7377e5b

View File

@ -2,8 +2,8 @@ services:
vscode: vscode:
image: lscr.io/linuxserver/code-server:latest #4.127.0-ls350 image: lscr.io/linuxserver/code-server:latest #4.127.0-ls350
container_name: vscode container_name: vscode
ports: # ports:
- 8443:8443 # - 8443:8443
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000