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: nextcloud:
image: nextcloud:apache image: nextcloud:apache
hostname: nextcloud hostname: cloud.${DOMAIN}
restart: always restart: always
volumes: volumes:
- nextcloud:/var/www/html:z - nextcloud:/var/www/html:z