fix: update Nextcloud service hostname to use cloud.${DOMAIN}

This commit is contained in:
2025-07-01 21:43:07 +08:00
parent 86dfa5cb00
commit b912e18028
+1 -1
View File
@@ -26,7 +26,7 @@ services:
nextcloud:
image: nextcloud:apache
hostname: nextcloud
hostname: cloud.${DOMAIN}
restart: always
volumes:
- nextcloud:/var/www/html:z