version: "3.8" services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - "3004:3000" volumes: - /srv/docker/daten/homepage:/app/config - /var/run/docker.sock:/var/run/docker.sock:ro environment: - HOMEPAGE_ALLOWED_HOSTS=192.168.178.204:3004,localhost restart: unless-stopped