feat: add ssh-keys volume

This will allow any authorized keys to be persistent across host reboots.
This commit is contained in:
2025-02-12 00:13:28 +00:00
parent 74dab82424
commit eb2f6bb1c7

View File

@@ -5,6 +5,10 @@ services:
- 22:22 - 22:22
volumes: volumes:
- ./borg:/opt/borg - ./borg:/opt/borg
- ssh-keys:/home/borg/.ssh
environment: environment:
- SSH_PASSWORD=value - SSH_PASSWORD=value
restart: always restart: always
volumes:
ssh-keys: