From ee9b154e4cb419233867f3baa76a4465960c1b9b Mon Sep 17 00:00:00 2001 From: smeagol-help <132467671+smeagol-help[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:03:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20ghcr.io/goof?= =?UTF-8?q?ball222/unifi=20(=208.0.24=20=E2=86=92=208.0.26=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | docker | ghcr.io/goofball222/unifi | 8.0.24 | 8.0.26 | --- 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 cabd18c..9abd3c0 100644 --- a/config-parts/container.sh +++ b/config-parts/container.sh @@ -85,7 +85,7 @@ set container name unifi environment RUNAS_UID0 value 'false' set container name unifi environment TZ value 'America/Chicago' set container name unifi environment PGID value '102' set container name unifi environment PUID value '999' -set container name unifi image 'ghcr.io/goofball222/unifi:8.0.24' +set container name unifi image 'ghcr.io/goofball222/unifi:8.0.26' set container name unifi memory '0' set container name unifi network containers address '10.5.0.10' set container name unifi restart 'on-failure'