From 9eee60faf0f5624fbea240d298072efe6aa8480d Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 24 Mar 2024 17:23:58 +0100 Subject: [PATCH] Update compose.yaml Signed-off-by: Zoey --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index aaa465f..df812ee 100644 --- a/compose.yaml +++ b/compose.yaml @@ -18,6 +18,6 @@ services: restart: always environment: - "TZ=Europe/Berlin" - - "JENKINS_AGENT_SSH_PUBKEY=ssh-rsa ABCDEFGHIJKLMNOPQRSTUVWXYZ" + - "SSH_PUBKEY=ssh-ed25519 ABCDEFGHIJKLMNOPQRSTUVWXYZ" # volumes: # - "/var/run/docker.sock:/var/run/docker.sock:ro"