mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
10 lines
168 B
YAML
10 lines
168 B
YAML
ftpd:
|
|
image: vimagick/pure-ftpd
|
|
ports:
|
|
- "21:21"
|
|
volumes:
|
|
- ./ftpuser:/home/ftpuser
|
|
- ./pure-ftpd:/etc/pure-ftpd
|
|
privileged: true
|
|
restart: always
|