This commit is contained in:
2025-03-17 13:47:02 +01:00
parent a567bbbb0a
commit 61810c624b

View File

@ -2,7 +2,7 @@
version: "2.1"
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
@ -18,7 +18,7 @@ services:
labels:
com.centurylinklabs.watchtower.enable: true
web:
image: nginx:latest
image: ${DOCKER_REGISTRY:-}nginx:latest
restart: always
volumes: