[Komodo] admin: Write Compose File: update compose.yaml

This commit is contained in:
komodo 2025-04-27 14:14:55 +00:00
parent 184328de92
commit f92289b1a9

View file

@ -65,7 +65,7 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
environment: environment:
HOMEPAGE_ALLOWED_HOSTS:home.sascha-lutz.de HOMEPAGE_ALLOWED_HOSTS: "home.sascha-lutz.de"
volumes: volumes:
- /app-config/homepage:/app/config # Make sure your local config directory exists - /app-config/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations