Pierwsz wysyłka ;-)

This commit is contained in:
2022-03-26 17:26:25 +01:00
commit 76bb6d76a6
10 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,15 @@
version: "2"
services:
heimdall:
image: ghcr.io/linuxserver/heimdall
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- /docker/heimdall:/config
ports:
- 1080:80
- 1443:443
restart: always

View File

@ -0,0 +1,14 @@
services:
heimdall:
image: ghcr.io/linuxserver/heimdall
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
volumes:
- /volume1/docker/heimdall:/config
ports:
- 1080:80
- 1443:443
restart: always