Create docker-compose.yaml
This commit is contained in:
17
Docker/heimdall/docker-compose.yaml
Normal file
17
Docker/heimdall/docker-compose.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
heimdall:
|
||||
image: linuxserver/heimdall:latest
|
||||
container_name: heimdall
|
||||
restart: always
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ./heimdall:/config
|
||||
ports:
|
||||
- 8006:80
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
Reference in New Issue
Block a user