in-progress update
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
dashboard:
|
||||
image: lscr.io/linuxserver/heimdall:latest
|
||||
container_name: dashboard
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=$timezone
|
||||
- ALLOW_INTERNAL_REQUESTS=false #optional
|
||||
- APP_NAME=Home
|
||||
volumes:
|
||||
- ./config:/config
|
||||
networks:
|
||||
- dockge_default
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
dockge_default:
|
||||
external: true
|
||||
Reference in New Issue
Block a user