Fully reordered file structure. All files splitted by servises. Manuals will be added where needed.
This commit is contained in:
15
heimdall/heimdall.yaml
Normal file
15
heimdall/heimdall.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "2.1"
|
||||
services:
|
||||
heimdall:
|
||||
image: lscr.io/linuxserver/heimdall:latest
|
||||
container_name: heimdall
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Warsaw
|
||||
volumes:
|
||||
- /home/mbuz/docker/heimdall/config:/config
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user