Manage your file transfers efficiently with a highly reliable, open-source solution designed for both client and server needs. Whether you need to upload files to a web server or host files for others to download, this versatile software provides a secure environment for all your data management tasks. Distributed free of charge, it ensures accessibility without compromising on performance.
Key features include:
services:
filezilla:
image: lscr.io/linuxserver/filezilla:latest
container_name: filezilla
security_opt:
- seccomp:unconfined
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped# No sensitive credentials are required for the default configuration.
# If you enable optional authentication, place secrets here.Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago