fix: map container port 8083 to match SERVER_PORT in .env

This commit is contained in:
2026-06-26 15:32:37 +08:00
parent 751f9d7eed
commit 24af74ab17
+1 -1
View File
@@ -2,6 +2,6 @@ services:
app:
build: .
ports:
- "8080:8080"
- "8083:8083"
env_file: .env
restart: unless-stopped