Update service port from 8080 to 48081 in docker-compose, application configurations, and README documentation.

This commit is contained in:
liu
2026-02-03 10:14:08 +08:00
parent 14289beb66
commit 4f5e135091
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ services:
sftp-manager:
build: .
ports:
- "8080:8080"
- "48081:48081"
volumes:
- ./data:/app/data
- ./logs:/app/logs