Updated eployments
This commit is contained in:
20
docker-deployments/heimdall.yml
Normal file
20
docker-deployments/heimdall.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
heimdall:
|
||||
image: lscr.io/linuxserver/heimdall:latest
|
||||
ports:
|
||||
- "85:80"
|
||||
- "403:443"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- heimdall_config:/config
|
||||
|
||||
volumes:
|
||||
heimdall_config:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /mnt/swarm_shared/legacy_volumes/heimdall/
|
||||
Reference in New Issue
Block a user