Change web port to 31337

This commit is contained in:
2026-03-09 12:51:27 +08:00
parent 24c3ce30dd
commit 6d85eda7e1
4 changed files with 13 additions and 6 deletions

View File

@@ -17,5 +17,5 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "222:22"
- "31337:3000"
- "2222:22"