Use the fully qualified image registry name

This commit is contained in:
2025-11-15 11:07:39 -05:00
parent 0c9d78b676
commit d7197ddd5b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ networks:
services:
traefik:
image: "${IMAGE:-traefik}:${VERSION:?}"
image: "${IMAGE:-docker.io/traefik}:${VERSION:?}"
container_name: "${NAME:-traefik}"
command:
- --providers.docker=true