Add Dashboard_Containers/heimdall/compose.yaml
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
heimdall:
|
||||||
|
image: lscr.io/linuxserver/heimdall:latest
|
||||||
|
container_name: heimdall
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=CST/UTC
|
||||||
|
#- ALLOW_INTERNAL_REQUESTS=false #optional
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/heimdall/config:/config
|
||||||
|
ports:
|
||||||
|
- 5003:80
|
||||||
|
- 5004:443
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user