mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: use subdomain for homarr to avoid conflicts
This commit is contained in:
@@ -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
|
||||
DOCKER_NETWORK_EXTERNAL=false
|
||||
|
||||
Reference in New Issue
Block a user