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.
18 lines
392 B
18 lines
392 B
---
|
|
version: '3'
|
|
|
|
services:
|
|
heimdall:
|
|
# image: linuxserver/heimdall:2.4.13
|
|
image: linuxserver/heimdall:2.5.5
|
|
container_name: heimdall
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- ${STORAGE_BASE_PATH}/config:/config
|
|
environment:
|
|
- PGID=1000
|
|
- PUID=1000
|
|
ports:
|
|
- 8080:80
|
|
|