Compose

version: "3.3"
services:
  homepage:
    image: ghcr.io/gethomepage/homepage:latest@sha256:0f066a6d6fba3a810a85aa79a483302b0fee21139b67adaeb245edae5051f3e8
    container_name: homepage
    restart: unless-stopped
    env_file: .env
    ports:
      - 3000:3000
    volumes:
      - ./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:
      PUID: $PUID
      PGID: $PGID