From eb063393984680e8c9e8f8423df675d4dc669d1d Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 8 May 2025 11:47:40 +0200 Subject: [PATCH] The aio images moved to ghcr.io Signed-off-by: Simon L. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bd778b7c..e258441b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1046,7 +1046,7 @@ services: previews_hpb: - image: nextcloud/aio-imaginary:latest + image: ghcr.io/nextcloud-releases/aio-imaginary:latest ports: - "${IP_BIND:-127.0.0.1}:8088:8088" environment: @@ -1070,7 +1070,7 @@ services: image: ghcr.io/juliusknorr/nextcloud-dev-talk-janus:latest talk-recording: - image: nextcloud/aio-talk-recording:latest + image: ghcr.io/nextcloud-releases/aio-talk-recording:latest environment: NC_DOMAIN: "nextcloud${DOMAIN_SUFFIX}" ALLOW_ALL: "true"