re-defined compose and .env file names

This commit is contained in:
Max Buz
2023-09-23 12:39:56 +02:00
committed by GitHub
parent 49b5b96ef3
commit 95f03e7cf1
15 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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