diff --git a/compose.yaml b/compose.yaml index 2a582f1..e525fd7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -64,6 +64,8 @@ services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage + environment: + 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