services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - 3033:3000 volumes: - /home/pi/homepage/config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods environment: HOMEPAGE_ALLOWED_HOSTS: home.okit.pl,192.168.31.5:3033 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts # PUID: 1000 # PGID: 1000 restart: unless-stopped