version: "3.3" services: homepage: image: ghcr.io/benphelps/homepage:latest container_name: homepage network_mode: bridge restart: unless-stopped ports: - 80:3000 volumes: - ${HOMEPAGE_CONFIG_PATH}:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations