feat: add ssh-keys volume
This will allow any authorized keys to be persistent across host reboots.
This commit is contained in:
@@ -5,6 +5,10 @@ services:
|
||||
- 22:22
|
||||
volumes:
|
||||
- ./borg:/opt/borg
|
||||
- ssh-keys:/home/borg/.ssh
|
||||
environment:
|
||||
- SSH_PASSWORD=value
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
ssh-keys:
|
||||
|
||||
Reference in New Issue
Block a user