Persist keys on container restart
All checks were successful
Deploy to VPS / deploy (push) Successful in 1m1s

This commit is contained in:
2025-11-06 19:51:08 +01:00
parent a3cff93eea
commit 4416c339a2

View File

@@ -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: