fixato sftp
This commit is contained in:
@@ -110,16 +110,18 @@ services:
|
||||
DB_HOST: ${VIP:-192.168.1.210}
|
||||
FTP_INSTANCE_ID: 11
|
||||
FTP_MODE: sftp
|
||||
FTP_PORT: "22"
|
||||
TZ: Europe/Rome
|
||||
volumes:
|
||||
- app-logs:/app/logs
|
||||
- ./aseftp:/app/aseftp
|
||||
- ./ssh_host_key:/app/ssh_host_key:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
networks:
|
||||
- app-network
|
||||
expose:
|
||||
- "22"
|
||||
ports:
|
||||
- "22:22"
|
||||
labels:
|
||||
logging: "promtail"
|
||||
|
||||
@@ -133,7 +135,6 @@ services:
|
||||
- app-network
|
||||
ports:
|
||||
- "21:21"
|
||||
- "22:22"
|
||||
- "8404:8404"
|
||||
labels:
|
||||
logging: "promtail"
|
||||
|
||||
Reference in New Issue
Block a user