Persist keys on container restart
All checks were successful
Deploy to VPS / deploy (push) Successful in 1m1s
All checks were successful
Deploy to VPS / deploy (push) Successful in 1m1s
This commit is contained in:
@@ -9,3 +9,8 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- SYS_CHROOT
|
- SYS_CHROOT
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ssh-keys:/etc/ssh
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
ssh-keys:
|
||||||
|
|||||||
Reference in New Issue
Block a user