mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
fix: update Nextcloud service hostname to use cloud.${DOMAIN}
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user