From b17fa8ee0adf22e2055f6f6ffe3a94b02cf2a3dc Mon Sep 17 00:00:00 2001 From: Smeagol Date: Sat, 30 Mar 2024 13:01:56 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20quay.io/pos?= =?UTF-8?q?eidon/matchbox=20(=20v0.10.0=20=E2=86=92=20v0.11.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | docker | quay.io/poseidon/matchbox | v0.10.0 | v0.11.0 | --- config-parts/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-parts/container.sh b/config-parts/container.sh index 717d40d..e3281df 100644 --- a/config-parts/container.sh +++ b/config-parts/container.sh @@ -140,7 +140,7 @@ set container name vnstat volume vnstat-data source '/config/containers/vnstat/d # matchbox set container name matchbox arguments '-address=0.0.0.0:80 -log-level=debug' set container name matchbox cap-add 'net-bind-service' -set container name matchbox image 'quay.io/poseidon/matchbox:v0.10.0' +set container name matchbox image 'quay.io/poseidon/matchbox:v0.11.0' set container name matchbox memory '0' set container name matchbox network containers address '10.5.0.7' set container name matchbox shared-memory '0'