Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/compose/beszel-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

services:
beszel-agent:
image: 'henrygd/beszel-agent:0.18.4' # Released on 21 Feb 2026
image: 'henrygd/beszel-agent:0.18.7' # Released on 5 April 2026
network_mode: host # Network stats graphs won't work if agent cannot access host system network stack
environment:
# Required
Expand Down
4 changes: 2 additions & 2 deletions templates/compose/beszel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Add the public Key in "Key" env variable and token in the "Token" variable below (These are obtained from Beszel UI)
services:
beszel:
image: 'henrygd/beszel:0.18.4' # Released on 21 Feb 2026
image: 'henrygd/beszel:0.18.7' # Released on 5 April 2026
environment:
- SERVICE_URL_BESZEL_8090
- CONTAINER_DETAILS=${CONTAINER_DETAILS:-true}
Expand All @@ -24,7 +24,7 @@ services:
retries: 10
start_period: 5s
beszel-agent:
image: 'henrygd/beszel-agent:0.18.4' # Released on 21 Feb 2026
image: 'henrygd/beszel-agent:0.18.7' # Released on 5 April 2026
network_mode: host # Network stats graphs won't work if agent cannot access host system network stack
environment:
# Required
Expand Down