fix: update Nextcloud service hostname to use cloud.${DOMAIN}
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ services:
|
||||
|
||||
nextcloud:
|
||||
image: nextcloud:apache
|
||||
hostname: nextcloud
|
||||
hostname: cloud.${DOMAIN}
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
|
||||
Reference in New Issue
Block a user