Files
docker-infra/filezilla/compose.yaml
T
2026-05-13 10:44:02 +02:00

28 lines
511 B
YAML

services:
filezilla:
container_name: filezilla
image: jlesage/filezilla
ports:
- "5800:5800"
networks:
DMZ:
ipv4_address: 10.10.12.13
npm_proxy:
dns:
- 1.1.1.1
volumes:
- /srv/docker/filezilla/config:/config:rw
- pyload_download_data:/storage:rw
environment:
- USER_ID=3000
- GROUP_ID=3000
volumes:
pyload_download_data:
external: true
networks:
npm_proxy:
external: true
DMZ:
external: true