fix: mount .ssh directory instead of single key file to avoid directory/file conflict
This commit is contained in:
@@ -53,4 +53,4 @@ services:
|
||||
volumes:
|
||||
- ./data/jd-output:/output:rw
|
||||
- ./data/md5:/md5:rw
|
||||
- ${SSH_KEY_PATH:-/root/.ssh/id_ed25519}:/ssh/id_ed25519:ro
|
||||
- ${SSH_DIR:-/root/.ssh}:/ssh:ro
|
||||
|
||||
Reference in New Issue
Block a user