Update beszel to v0.12.1 (#879)
This commit is contained in:
parent
3f754b3ced
commit
44bde42913
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
beszel-agent:
|
||||
image: "henrygd/beszel-agent:0.11.1"
|
||||
image: "henrygd/beszel-agent:0.12.1"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: host
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
beszel:
|
||||
image: "henrygd/beszel:0.11.1"
|
||||
image: "henrygd/beszel:0.12.1"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
Loading…
Reference in New Issue