mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
14 lines
269 B
YAML
14 lines
269 B
YAML
---
|
|
services:
|
|
heimdall:
|
|
image: lscr.io/linuxserver/heimdall:2.5.6
|
|
container_name: heimdall
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ./heimdall/config:/config
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
restart: unless-stopped |