wiki/docs/portainer-stacks/heimdall.md
Sthope 50fc33e254
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-05-01 10:47:48 +02:00

21 lines
438 B
Markdown

Portainer Stack:
```yaml
---
version: "3.8"
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
network_mode: bridge
environment:
- PUID="${PUID-1000}"
- PGID="${PGID-1000}"
- TZ="${TZ-Europe/Amsterdam}"
volumes:
- /heimdall:/config
ports:
- 33443:443
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
```