version: "3.3" services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - ${HOMEPAGE_HTTP_PORT}:3000 volumes: - ${HOMEPAGE_DIR}:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations