Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


heimdall

This is an old revision of the document!


Heimdall Troubleshooting

It seems like this app had a hassle free install and I don't have any tips so far. Just stick to the plan.

docker-compose.yml

docker-compose.yml
  services:
    heimdall:
      image: ghcr.io/linuxserver/heimdall
      container_name: heimdall
      environment:
        - PUID=1000
        - PGID=1000
        - TZ=Europe/Athens
      volumes:
        - ${PWD}/config:/config
      ports:
        - 10080:80
        - 10443:443
      restart: unless-stopped
 
  version: "2.1"
heimdall.1630134777.txt.gz · Last modified: 2021/08/28 10:12 by alexk7110