fixato sftp

This commit is contained in:
2025-11-03 16:49:48 +01:00
parent b5d3e764e8
commit 5e71d323a9
15 changed files with 118 additions and 98 deletions

View File

@@ -84,16 +84,18 @@ services:
DB_HOST: ${VIP:-192.168.1.210}
FTP_INSTANCE_ID: 12
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"
@@ -107,7 +109,6 @@ services:
- app-network
ports:
- "21:21"
- "22:22"
- "8404:8404"
labels:
logging: "promtail"