Pierwsz wysyłka ;-)
This commit is contained in:
15
docker-compose/Heimdall/rpi-heimdall.yml
Normal file
15
docker-compose/Heimdall/rpi-heimdall.yml
Normal 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
|
14
docker-compose/Heimdall/synology-heimdall.yml
Normal file
14
docker-compose/Heimdall/synology-heimdall.yml
Normal 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
|
Reference in New Issue
Block a user