Fix deploy: use absolute path for SSH key bind mount

This commit is contained in:
Gan, Jimmy
2026-02-20 00:25:17 +08:00
parent a345ba1466
commit c345f647c7
+1 -1
View File
@@ -36,7 +36,7 @@ services:
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
volumes:
- /volume1:/volume1
- ./ssh/dashboard_terminal:/app/ssh/id_ed25519:ro
- /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:4000/api/system/stats')"]
interval: 30s