31 lines
520 B
Markdown
31 lines
520 B
Markdown
# Heimdall
|
|
|
|
## Allgemein
|
|
|
|
- Image: `lscr.io/linuxserver/heimdall:2.7.6`
|
|
- Port: `1280:80`, `12443:443`
|
|
- Restart Policy: `unless-stopped`
|
|
|
|
## Volumes
|
|
|
|
| Host Path | Container Path | Zweck |
|
|
|------------|----------------|--------|
|
|
| /docker/Bruchtal/compose/heimdall/data/config:/config | /config | Konfiguration |
|
|
|
|
|
|
## Deployment
|
|
|
|
```bash
|
|
cd /docker/Bruchtal/compose/heimdall
|
|
git pull
|
|
docker compose pull
|
|
docker compose up -d
|
|
```
|
|
|
|
|
|
## aktuelles Skript
|
|
|
|
```snippet
|
|
--8<-- "/docs/docker/heimdall/docker-compose.yml"
|
|
```
|