Reinstating Heimdall as domain root; Adding wiki subdomain
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Asia/Jerusalem
|
||||
- URL=gerbil.tk #optional
|
||||
- SUBDOMAINS=www,cloud,git,photos,stream,vault
|
||||
- SUBDOMAINS=cloud,git,photos,stream,vault,wiki
|
||||
- VALIDATION=https
|
||||
- DNSPLUGIN=cloudflare #optional
|
||||
#- PROPAGATION= #optional
|
||||
@@ -25,3 +25,13 @@ services:
|
||||
- 443:443
|
||||
- 80:80 #optional
|
||||
restart: unless-stopped
|
||||
heimdall:
|
||||
image: ghcr.io/linuxserver/heimdall
|
||||
container_name: heimdall
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Asia/Jerusalem
|
||||
volumes:
|
||||
- /Red-Vol/Media/Containers/heimdall/config:/config
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user