mirror of
https://github.com/atmoz/sftp.git
synced 2025-03-09 15:16:00 -04: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_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_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>/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 \
|
-v <host-dir>/share:/home/foo/share \
|
||||||
-p 2222:22 -d atmoz/sftp \
|
-p 2222:22 -d atmoz/sftp \
|
||||||
foo::1001
|
foo::1001
|
||||||
|
|
Loading…
Add table
Reference in a new issue