From cb35d728123cbf20569eef758f9167b440cd428e Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:24:37 +0530 Subject: [PATCH] fix(service): added `KEY` Variable to Beszel Template (#5021) --- templates/compose/beszel.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/compose/beszel.yaml b/templates/compose/beszel.yaml index 6cf693338..639cb7f36 100644 --- a/templates/compose/beszel.yaml +++ b/templates/compose/beszel.yaml @@ -20,5 +20,4 @@ services: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - PORT=45876 - # Public Key from "Add a new system" in the UI and restart the agent - # - KEY="" + - KEY=${KEY}