Updated folder structure

This commit is contained in:
Max Buz
2023-09-22 14:58:36 +02:00
committed by GitHub
parent a548bc32e7
commit 6f37915be7
8 changed files with 0 additions and 0 deletions

15
yamls/heimdall.yaml Normal file
View 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