mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-24 12:59:24 -05:00
fix duplicate mount
This commit is contained in:
parent
f6891135dd
commit
4ec3bd7d76
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ docker run \
|
|||
-v <host-dir>/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key \
|
||||
-v <host-dir>/ssh_host_ed25519_key.pub:/home/foo/.ssh/keys/ssh_host_ed25519_key.pub:ro \
|
||||
-v <host-dir>/ssh_host_rsa_key.pub:/home/foo/.ssh/keys/ssh_host_rsa_key.pub:ro \
|
||||
-v <host-dir>/sftp_home:/home/foo/share \
|
||||
-v <host-dir>/share:/home/foo/share \
|
||||
-p 2222:22 -d atmoz/sftp \
|
||||
foo::1001
|
||||
|
|
Loading…
Reference in a new issue