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
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user