config: Change Webtop port mapping to 3030

This commit is contained in:
2026-02-22 21:05:17 -05:00
parent 901a3b6073
commit da3ef5d20e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ services:
# Optional: You can mount media folders here so you can access your NAS files from inside the virtual desktop
# - /volume1/media:/media:rw
ports:
- "3000:3000" # HTTP Access
- "3030:3000" # HTTP Access
# - "3001:3001" # HTTPS Access (Optional, usually handled by a reverse proxy instead)
# shm_size is important for web browsers (like Chrome/Firefox) running inside the container to prevent crashing
shm_size: "1gb"