Skip to content

Commit 7a05f32

Browse files
authored
Merge pull request #752 from Paraphraser/20240214-heimdall-master
2024-02-14 Heimdall port conflict - master branch - PR 1 of 2
2 parents 40f1f47 + 27e1122 commit 7a05f32

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.templates/heimdall/service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ heimdall:
44
environment:
55
- PUID=1000
66
- PGID=1000
7-
- TZ=Etc/UTC
7+
- TZ=${TZ:-Etc/UTC}
88
volumes:
99
- ./volumes/heimdall/config:/config
1010
ports:
11-
- 8880:80
11+
- 8882:80
1212
- 8883:443
1313
restart: unless-stopped
1414

docs/Containers/Heimdall.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Heimdall
22

33
## References
4+
45
* [Homepage](https://heimdall.site/)
56
* [Docker](https://hub.docker.com/r/linuxserver/heimdall/)
67

78
## Web Interface
8-
The web UI can be found on `"your_ip":8880`
9+
10+
The web UI can be found on:
11+
12+
* HTTP: `"your_ip":8882`
13+
* HTTPS: `"your_ip":8883`
914

1015
## About *Heimdall*
1116

0 commit comments

Comments
 (0)