fix: mount .ssh directory instead of single key file to avoid directory/file conflict

This commit is contained in:
2026-04-15 09:56:56 +00:00
parent 6c022c1412
commit b1dd44e317

View File

@@ -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