systems:docker_main:install_docker_containers:install_heimdall
This is an old revision of the document!
Table of Contents
Systems - Docker Main - Install Docker Containers - Install Heimdall
Heimdall provides a nice browser home page, from which it is easy to access other apps or sites.
Install Heimdall
In Portainer:
- Select Stack.
- Click Add Stack.
- Name: Heimdall.
- Web editor:
--- version: "2.1" services: heimdall: image: ghcr.io/linuxserver/heimdall container_name: heimdall environment: - PUID=1000 - PGID=1000 - TZ=Europe/Jersey volumes: - /home/peter/Heimdall:/config ports: - 8889:80 - 8443:443 restart: unless-stopped
NOTE: Change settings as required.
- /home/peter/Heimdall: This directory will need to be created on the host.
References
systems/docker_main/install_docker_containers/install_heimdall.1626352672.txt.gz · Last modified: 2021/07/15 12:37 by peter