mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-30 21:23:49 +00:00
Update docker-compose.yml
sort definitions
This commit is contained in:
parent
b8ceb15c71
commit
64c212ff68
|
@ -2,15 +2,15 @@ version: "3"
|
|||
|
||||
services:
|
||||
heimdall:
|
||||
image: linuxserver/heimdall:latest
|
||||
container_name: heimdall
|
||||
hostname: heimdall
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- 8099:80
|
||||
hostname: heimdall
|
||||
image: linuxserver/heimdall:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/heimdall:/config
|
||||
|
|
Loading…
Reference in New Issue
Block a user