Add SSH configuration options for enhanced connectivity

This commit is contained in:
Bastian (BaM)
2025-09-14 12:29:44 +02:00
parent bb4cac4a2b
commit 7637f748d1
2 changed files with 8 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ services:
WOL_MAC: "${WOL_MAC}"
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
WOL_PORT: "${WOL_PORT:-9}" # optional
SSH_PUBLIC_KEY: "${SSH_PUBLIC_KEY}"
SSH_PRIVATE_KEY: "${SSH_PRIVATE_KEY}"
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro