Skip to content

Commit

Permalink
Merge pull request #752 from Paraphraser/20240214-heimdall-master
Browse files Browse the repository at this point in the history
2024-02-14 Heimdall port conflict - master branch - PR 1 of 2
  • Loading branch information
Slyke authored Mar 6, 2024
2 parents 40f1f47 + 27e1122 commit 7a05f32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .templates/heimdall/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ heimdall:
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- TZ=${TZ:-Etc/UTC}
volumes:
- ./volumes/heimdall/config:/config
ports:
- 8880:80
- 8882:80
- 8883:443
restart: unless-stopped

7 changes: 6 additions & 1 deletion docs/Containers/Heimdall.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Heimdall

## 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`

## About *Heimdall*

Expand Down

0 comments on commit 7a05f32

Please sign in to comment.