Merge pull request #59 from tnniras/main
Added heimdall.yaml to the boilerplates - a docker-compose file
This commit is contained in:
15
docker-compose/heimdall/heimdall.yaml
Normal file
15
docker-compose/heimdall/heimdall.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user