AppsFTP & SFTPFilezilla

FIleZilla⁠

FIleZilla⁠ Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml (LinuxServer.io)

version: "3.9"
services:
  filezilla:
    image: lscr.io/linuxserver/filezilla:latest
    container_name: filezilla
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
    ports:
      - 3000:3000
      - 3001:3001
    restart: unless-stopped

Resources

Website: https://filezilla-project.org/

Docker Hub (LinuxServer.io⁠): https://hub.docker.com/r/linuxserver/filezilla

Docker Hub (Kasm⁠): https://hub.docker.com/r/kasmweb/filezilla

Configuration: See the Docker Hub pages