services: # FileZilla filezilla: container_name: ${FILEZILLA_CONTAINER_NAME:-FileZilla} image: linuxserver/filezilla:${FILEZILLA_TAG:-latest} restart: ${RESTART:-unless-stopped} healthcheck: test: curl -f http://localhost:3000/ || exit 1 environment: PUID: ${UID:-1024} PGID: ${GID:-101} TZ: ${TZ:-Europe/Amsterdam} ports: - ${FILEZILLA_PORT:-3000}:3000 volumes: - /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-filezilla}/${FILEZILLA_CONTAINER_NAME:-FileZilla}/config:/config