Update docker-compose.yml

sort definitions
This commit is contained in:
LRVT 2023-02-26 03:50:10 +01:00 committed by GitHub
parent b8ceb15c71
commit 64c212ff68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,15 @@ version: "3"
services: services:
heimdall: heimdall:
image: linuxserver/heimdall:latest
container_name: heimdall container_name: heimdall
hostname: heimdall
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Berlin - TZ=Europe/Berlin
ports: ports:
- 8099:80 - 8099:80
hostname: heimdall
image: linuxserver/heimdall:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/heimdall:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/heimdall:/config