Install Heimdal in Docker in Proxmox LXC Container
1. Heimdall Links
https://hub.docker.com/r/linuxserver/heimdall
2. Installation instructions
Run these instructions:
sudo su -
mkdir /opt/stacks/heimdall -p
cd /opt/stacks/heimdall
nano compose.yaml
Put this in the file:
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 9980:80
- 10443:443
restart: unless-stopped
networks: {}
3. Starting Heimdall
Run these commands:
docker compose pull
# Start in detached mode
docker compose up -d
4. Open Browser
http://tiger.loseyourip.com:9980/