From 63ee001ec7c052dc46684e26f532c0fbb6906d98 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Sat, 19 Feb 2022 22:38:02 +0100 Subject: [PATCH] Add hostname to get rid of Apache Server_Name warning. --- nextcloud/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml index a59782b..66254e7 100755 --- a/nextcloud/docker-compose.yml +++ b/nextcloud/docker-compose.yml @@ -4,6 +4,7 @@ services: app: image: nextcloud:latest container_name: nextcloud + hostname: next.ionathan.ch ports: - 8000:80 volumes: