fix(node-agent): PIHA agent uses dedicated /opt/homelab/agent-ssh (uid 1000) instead of oskar's .ssh (uid 1004) — fixes event shipping
This commit is contained in:
parent
07a0fe097b
commit
5a0e149031
|
|
@ -8,4 +8,4 @@ services:
|
||||||
- VPS_EVENTS_PATH=/opt/homelab/events
|
- VPS_EVENTS_PATH=/opt/homelab/events
|
||||||
- CHECK_INTERVAL=60
|
- CHECK_INTERVAL=60
|
||||||
volumes:
|
volumes:
|
||||||
- /home/oskar/.ssh:/home/homelab/.ssh:ro
|
- /opt/homelab/agent-ssh:/home/homelab/.ssh:ro
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue