wiki/docs/portainer-stacks/heimdall.md
Sthope 0f8c1ec52f
All checks were successful
continuous-integration/drone/push Build is passing
first commit
2022-04-27 11:24:06 +02:00

21 lines
410 B
Markdown

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