Explorar o código

Create heimdall.yaml

Tushar Niras %!s(int64=3) %!d(string=hai) anos
pai
achega
13bcac83bc
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      docker-compose/heimdall/heimdall.yaml

+ 15 - 0
docker-compose/heimdall/heimdall.yaml

@@ -0,0 +1,15 @@
+---
+version: "2.1"
+services:
+  heimdall:
+    image: lscr.io/linuxserver/heimdall:latest
+    container_name: heimdall
+    environment:
+      - PUID=1000
+      - PGID=1000
+    volumes:
+      - ./heimdall/config:/config
+    ports:
+      - 80:80
+      - 443:443
+    restart: unless-stopped