From 56f153db9c87c00ce85d6899b4038b7f0b36eb9c Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 23:43:08 +0100 Subject: Enhance SSH configuration and key management in Docker setup by persisting keys to avoid "WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!" issues --- docker-compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docker-compose.yaml') diff --git a/docker-compose.yaml b/docker-compose.yaml index 87dd9ad..69c9d6f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,6 +9,7 @@ services: volumes: - ./repositories:/repositories - ./.secrets/github_token:/run/secrets/github_token:ro + - ssh-host-keys:/run/ssh network_mode: service:tailscale depends_on: - tailscale @@ -36,4 +37,7 @@ services: cap_add: - NET_ADMIN - NET_RAW - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + +volumes: + ssh-host-keys: \ No newline at end of file -- cgit v1.2.3