Skip to content

Commit 64c212f

Browse files
authored
Update docker-compose.yml
sort definitions
1 parent b8ceb15 commit 64c212f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/heimdall/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: "3"
22

33
services:
44
heimdall:
5+
image: linuxserver/heimdall:latest
56
container_name: heimdall
7+
hostname: heimdall
68
environment:
79
- PUID=1000
810
- PGID=1000
911
- TZ=Europe/Berlin
1012
ports:
1113
- 8099:80
12-
hostname: heimdall
13-
image: linuxserver/heimdall:latest
1414
restart: unless-stopped
1515
volumes:
1616
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/heimdall:/config

0 commit comments

Comments
 (0)