You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
360 B

---
version: '3'
services:
heimdall:
image: linuxserver/heimdall:2.4.13
container_name: heimdall
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- /media/USB1/docker/heimdall/config:/config
environment:
- PGID=1000
- PUID=1000
ports:
- 8080:80