You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
647 B
Bash

# [FIleZilla]({{ project_url }}) Client is a fast and reliable cross-platform
# FTP, FTPS and SFTP client with lots of useful features and an intuitive
# graphical user interface.
source ./.env
docker run -d \
--name=filezilla \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 3000:3000 `# FileZilla desktop gui.` \
-v ${BASEDIR:-/volume1/docker}/filezilla/config:/config `# Users home directory in the container, stores local files and settings` \
--restart unless-stopped \
ghcr.io/linuxserver/filezilla