mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
177 B
YAML
10 lines
177 B
YAML
|
sftp:
|
||
|
image: atmoz/sftp:alpine
|
||
|
ports:
|
||
|
- "2222:22"
|
||
|
volumes:
|
||
|
- /etc/ssh
|
||
|
- ./data:/home
|
||
|
- ./data/users.conf:/etc/sftp/users.conf:ro
|
||
|
restart: unless-stopped
|