yaml
  homepage:
    image: ghcr.io/gethomepage/homepage:latest
    container_name: SRV_Homepage
    restart: unless-stopped
    ports:
      - "9013:3000"
    volumes:
      - ./homepage/config:/app/config
      - ./homepage/icons:/app/public/icons
      - ./homepage/images:/app/public/images
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      HOMEPAGE_ALLOWED_HOSTS: "home.sicuro.cc,sicuro.cc,tools:9013,100.116.149.10:9013"