Explorar el Código

Add in x86 to nextcloudpi

Robert Middleswarth hace 2 años
padre
commit
f9c7b5aaf1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      template/apps/nextcloudpi.json

+ 1 - 0
template/apps/nextcloudpi.json

@@ -22,6 +22,7 @@
 	"extraScript": "reset_premissions_nextcloud.sh",
 	"image_arm32": "ownyourbits/nextcloudpi-armhf:latest",
 	"image_arm64": "ownyourbits/nextcloudpi-arm64:latest",
+	"image_amd64": "ownyourbits/nextcloudpi-x86: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/",