name: homepage-stack services: homepage: image: ghcr.io/gethomepage/homepage:latest ports: - 3030:3000 volumes: - ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists - ${ICON_PATH:-./Icons}:/app/public/icons - ${IMAGE_PATH:-./Images}:/app/public/images # - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods environment: - HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS:-homepage.lan} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts - PUID=${PUID:-1000} - PGID=${PGID:-1000}