services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - 3891:3000 volumes: - /home/soenke/docker-data/homepage/config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations environment: HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev,homepage.home.domroese.eu # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts