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/28 10:12] – [docker-compose.yml] alexk7110heimdall [2021/08/28 10:32] (current) – [docker-compose.yml] alexk7110
Line 5: Line 5:
  
 ===== docker-compose.yml ===== ===== docker-compose.yml =====
-<code yml docker-compose.yml> +<code yaml docker-compose.yml> 
-  services: +--- 
-    heimdall: +services: 
-      image: ghcr.io/linuxserver/heimdall +  heimdall: 
-      container_name: heimdall +    image: ghcr.io/linuxserver/heimdall 
-      environment: +    container_name: heimdall 
-        - PUID=1000 +    environment: 
-        - PGID=1000 +      - PUID=1000 
-        - TZ=Europe/Athens +      - PGID=1000 
-      volumes: +      - TZ=Europe/Athens 
-        - ${PWD}/config:/config +    volumes: 
-      ports: +      - ${PWD}/config:/config 
-        - 10080:80 +    ports: 
-        - 10443:443 +      - 10080:80 
-      restart: unless-stopped+      - 10443:443 
 +    restart: unless-stopped
      
-  version: "2.1"+version: "2.1"
 </code> </code>
heimdall.1630134777.txt.gz · Last modified: 2021/08/28 10:12 by alexk7110