Przeglądaj źródła

Merge pull request #10 from nomadelog/main

airsonic: changed PGID from 100 to 1000, and tag from latest to arm32…
don 3 lat temu
rodzic
commit
228f41d658
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      pi-hosted_template/template/portainer-v2.json

+ 2 - 2
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",