28 lines
511 B
YAML
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
|