fix(service): added KEY Variable to Beszel Template (#5021)
This commit is contained in:
parent
669adb6018
commit
cb35d72812
1 changed files with 1 additions and 2 deletions
|
|
@ -20,5 +20,4 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
- PORT=45876
|
- PORT=45876
|
||||||
# Public Key from "Add a new system" in the UI and restart the agent
|
- KEY=${KEY}
|
||||||
# - KEY=""
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue