From 3ecce8d8a11106a196e2ac25a3a276dac4e15b0f Mon Sep 17 00:00:00 2001 From: Viren070 Date: Sun, 7 Sep 2025 15:20:32 +0100 Subject: [PATCH] fix: use subdomain for homarr to avoid conflicts --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 05bd63e..ee32ba6 100644 --- a/.env +++ b/.env @@ -139,7 +139,7 @@ EASYNEWS_PLUS_HOSTNAME=easynews-plus.${DOMAIN} EASYNEWS_PLUS_PLUS_HOSTNAME=easynews-plus-plus.${DOMAIN} FRESHRSS_HOSTNAME=freshrss.${DOMAIN} FIVEFILTERS_FULL_TEXT_RSS_HOSTNAME=fivefilters.${DOMAIN} -HOMARR_HOSTNAME=${DOMAIN} +HOMARR_HOSTNAME=homarr.${DOMAIN} HONEY_HOSTNAME=${DOMAIN} HUNTARR_HOSTNAME=huntarr.${DOMAIN} IMMICH_HOSTNAME=immich.${DOMAIN} @@ -223,4 +223,4 @@ COMPOSE_FILE=${DOCKER_DIR}/compose.yaml # Whether to change the name of the network that all containers run on or to connect to an external network. # Reference: https://docs.docker.com/compose/how-tos/networking/#use-a-pre-existing-network DOCKER_NETWORK=aio_network -DOCKER_NETWORK_EXTERNAL=false \ No newline at end of file +DOCKER_NETWORK_EXTERNAL=false