Added Files

This commit is contained in:
Joachim Hummel 2021-01-31 21:39:48 +00:00
parent befc7bc53d
commit aa276d10ef
2 changed files with 15 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@ -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

0
pictures/1.txt Normal file
View File