From c4be720b208178f65c6029825102eee1478bf752 Mon Sep 17 00:00:00 2001 From: Daniel Alves Date: Thu, 3 Oct 2024 15:00:52 -0300 Subject: [PATCH] fix: update FQDN --- templates/compose/homarr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/homarr.yaml b/templates/compose/homarr.yaml index 7aaf669a1..88087a4ba 100644 --- a/templates/compose/homarr.yaml +++ b/templates/compose/homarr.yaml @@ -12,7 +12,7 @@ services: container_name: homarr restart: unless-stopped environment: - - SERVICE_FQDN_HOMEBOX_7575 + - SERVICE_FQDN_HOMARR_7575 volumes: - /var/run/docker.sock:/var/run/docker.sock - ./homarr/configs:/app/data/configs