mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
fix: remove deprecated compose version tag
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
|
||||
heimdall:
|
||||
image: linuxserver/heimdall:latest
|
||||
container_name: heimdall
|
||||
@@ -11,6 +10,8 @@ services:
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- 8099:80
|
||||
expose:
|
||||
- 80
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/heimdall:/config
|
||||
|
||||
Reference in New Issue
Block a user