Heimdall hinzugefügt
This commit is contained in:
15
heimdall/docker-compose.yml
Normal file
15
heimdall/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
heimdall:
|
||||||
|
image: ghcr.io/linuxserver/heimdall
|
||||||
|
container_name: heimdall
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
volumes:
|
||||||
|
- /opt/heimdall/data:/config
|
||||||
|
ports:
|
||||||
|
- 8124:80
|
||||||
|
- 8143:443
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user