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:
image: lscr.io/linuxserver/code-server:latest #4.127.0-ls350
container_name: vscode
ports:
- 8443:8443
# ports:
# - 8443:8443
environment:
- PUID=1000
- PGID=1000