Browse Source

Use arm64 image for nextcloudpi (#25)

RPICoder 3 years ago
parent
commit
b7da74891b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template/apps/nextcloudpi.json

+ 1 - 1
template/apps/nextcloudpi.json

@@ -21,7 +21,7 @@
 	],
 	"extraScript": "reset_premissions_nextcloud.sh",
 	"image32": "ownyourbits/nextcloudpi",
-	"image64": "ownyourbits/nextcloudpi:latest",
+	"image64": "ownyourbits/nextcloudpi-arm64:latest",
 	"name": "nextcloudpi",
 	"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
 	"officialDoc": "https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/",