diff --git a/compose.yaml b/compose.yaml index e525fd7..0120db9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -65,7 +65,7 @@ services: image: ghcr.io/gethomepage/homepage:latest container_name: homepage environment: - HOMEPAGE_ALLOWED_HOSTS:home.sascha-lutz.de + HOMEPAGE_ALLOWED_HOSTS: "home.sascha-lutz.de" volumes: - /app-config/homepage:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations