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:
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