diff --git a/plinth/modules/nextcloud/privileged.py b/plinth/modules/nextcloud/privileged.py index 04c378521..f7da36d57 100644 --- a/plinth/modules/nextcloud/privileged.py +++ b/plinth/modules/nextcloud/privileged.py @@ -18,7 +18,7 @@ from plinth.actions import privileged, secret_str CONTAINER_NAME = 'nextcloud-freedombox' SERVICE_NAME = 'nextcloud-freedombox' VOLUME_NAME = 'nextcloud-freedombox' -IMAGE_NAME = 'docker.io/library/nextcloud:stable-fpm' +IMAGE_NAME = 'registry.freedombox.org/library/nextcloud:stable-fpm' WWW_DATA_UID = '33' DB_HOST = 'localhost'