Added Files
This commit is contained in:
parent
befc7bc53d
commit
aa276d10ef
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
0
pictures/1.txt
Normal file
Loading…
Reference in New Issue
Block a user