heimdall.yaml 286 B

123456789101112131415
  1. ---
  2. version: "2.1"
  3. services:
  4. heimdall:
  5. image: lscr.io/linuxserver/heimdall:latest
  6. container_name: heimdall
  7. environment:
  8. - PUID=1000
  9. - PGID=1000
  10. volumes:
  11. - ./heimdall/config:/config
  12. ports:
  13. - 80:80
  14. - 443:443
  15. restart: unless-stopped