Transfer files reliably and securely across the internet with a comprehensive, open-source FTP solution. Whether you need to download files from a remote server or host your own files for others to access, this software provides the necessary tools for both client and server-side operations completely free of charge.
Take advantage of robust protocol support to ensure your data remains protected during transit. The client application is designed for speed and reliability, while the server component allows you to make files available to users with ease.
Key Features:
services:
filezilla:
image: kasmweb/filezilla:latest
container_name: filezilla
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./data:/storage
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped# No sensitive environment variables are required for the default configuration.
# You can customize PUID, PGID, and TZ in the docker-compose.yml directly.Auto-fetched about 17 hours ago