--- services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage # environment: # PUID: 1000 # PGID: 1000 ports: - 3003:3000 volumes: - /share/docker_data/homepage/config:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations - /share/docker_data/homepage/images:/app/public/images restart: unless-stopped environment: TZ: Europe/Bratislava dns: - 192.168.78.254 # network_mode: host labels: com.centurylinklabs.watchtower.enable: true networks: - pihole_pihole networks: pihole_pihole: external: true