Update service port from 8080 to 48081 in docker-compose, application configurations, and README documentation.
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
sftp-manager:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "48081:48081"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./logs:/app/logs
|
||||
|
||||
Reference in New Issue
Block a user