We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40f1f47 + 27e1122 commit 7a05f32Copy full SHA for 7a05f32
.templates/heimdall/service.yml
@@ -4,11 +4,11 @@ heimdall:
4
environment:
5
- PUID=1000
6
- PGID=1000
7
- - TZ=Etc/UTC
+ - TZ=${TZ:-Etc/UTC}
8
volumes:
9
- ./volumes/heimdall/config:/config
10
ports:
11
- - 8880:80
+ - 8882:80
12
- 8883:443
13
restart: unless-stopped
14
docs/Containers/Heimdall.md
@@ -1,11 +1,16 @@
1
# Heimdall
2
3
## References
+
* [Homepage](https://heimdall.site/)
* [Docker](https://hub.docker.com/r/linuxserver/heimdall/)
## Web Interface
-The web UI can be found on `"your_ip":8880`
+The web UI can be found on:
+* HTTP: `"your_ip":8882`
+* HTTPS: `"your_ip":8883`
15
## About *Heimdall*
16
0 commit comments