diff --git a/.templates/heimdall/service.yml b/.templates/heimdall/service.yml index ee82db000..bd8619b86 100644 --- a/.templates/heimdall/service.yml +++ b/.templates/heimdall/service.yml @@ -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 diff --git a/docs/Containers/Heimdall.md b/docs/Containers/Heimdall.md index a82f3295a..1d1cd1f03 100644 --- a/docs/Containers/Heimdall.md +++ b/docs/Containers/Heimdall.md @@ -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*