Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


heimdall

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
heimdall [2021/08/25 16:03] alexk7110heimdall [2021/08/28 10:32] (current) – [docker-compose.yml] alexk7110
Line 3: Line 3:
 It seems like this app had a hassle free install and I don't have any tips so far. It seems like this app had a hassle free install and I don't have any tips so far.
 Just stick to the plan. Just stick to the plan.
 +
 +===== docker-compose.yml =====
 +<code yaml 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"
 +</code>
heimdall.1629896609.txt.gz · Last modified: 2021/08/25 16:03 by alexk7110