added heimdall
This commit is contained in:
@@ -93,6 +93,19 @@ services:
|
||||
volumes:
|
||||
- ./appdata/gluetun:/gluetun
|
||||
|
||||
heimdall:
|
||||
container_name: heimdall
|
||||
image: lscr.io/linuxserver/heimdall:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ./appdata/heimdall/config:/config
|
||||
ports:
|
||||
- 8044:80
|
||||
restart: unless-stopped
|
||||
|
||||
jackett:
|
||||
container_name: jackett
|
||||
image: binhex/arch-jackett:latest
|
||||
|
||||
Reference in New Issue
Block a user