diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..683503e --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,15 @@ +version: "2.1" +services: + heimdall: + image: linuxserver/heimdall + container_name: heimdall + volumes: + - /home/pi/heimserver:/config + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/London + ports: + - 80:80 + - 443:443 + restart: unless-stopped diff --git a/pictures/1.txt b/pictures/1.txt new file mode 100644 index 0000000..e69de29