Comment out SSH key environment variables in Docker Compose for improved security

This commit is contained in:
Bastian (BaM)
2025-09-14 13:18:19 +02:00
parent 87b282d9d0
commit ee29740c6b

View File

@@ -11,8 +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}"
#SSH_PUBLIC_KEY: "${SSH_PUBLIC_KEY}"
#SSH_PRIVATE_KEY: "${SSH_PRIVATE_KEY}"
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro