From b912e180288294dbd67489366c3475610385ea45 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Tue, 1 Jul 2025 21:43:07 +0800 Subject: [PATCH] fix: update Nextcloud service hostname to use cloud.${DOMAIN} --- swarm/nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/nextcloud.yml b/swarm/nextcloud.yml index deb17d3..37790ee 100644 --- a/swarm/nextcloud.yml +++ b/swarm/nextcloud.yml @@ -26,7 +26,7 @@ services: nextcloud: image: nextcloud:apache - hostname: nextcloud + hostname: cloud.${DOMAIN} restart: always volumes: - nextcloud:/var/www/html:z