compose.yaml 270 B

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