From d30a04bbe3382622de7f8ebf3b8f863d662c5522 Mon Sep 17 00:00:00 2001 From: nomadelog Date: Tue, 5 Oct 2021 21:16:04 -0400 Subject: [PATCH] airsonic: changed PGID from 100 to 1000, and tag from latest to arm32v7-latest....still to check--> java_opts --- pi-hosted_template/template/portainer-v2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index cce3992..52c356e 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -13,7 +13,7 @@ "name": "PUID" }, { - "default": "100", + "default": "1000", "label": "PGID", "name": "PGID" }, @@ -28,7 +28,7 @@ "set": "-Xms256m -Xmx512m" } ], - "image": "linuxserver/airsonic:latest", + "image": "linuxserver/airsonic:arm32v7-latest", "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/main/pi-hosted_template/images/airsonic-logo.png", "name": "airsonic", "platform": "linux",