Use the fully qualified image registry name
This commit is contained in:
@@ -7,7 +7,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: "${IMAGE:-traefik}:${VERSION:?}"
|
image: "${IMAGE:-docker.io/traefik}:${VERSION:?}"
|
||||||
container_name: "${NAME:-traefik}"
|
container_name: "${NAME:-traefik}"
|
||||||
command:
|
command:
|
||||||
- --providers.docker=true
|
- --providers.docker=true
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: "${IMAGE:-traefik}:${VERSION:?}"
|
image: "${IMAGE:-docker.io/traefik}:${VERSION:?}"
|
||||||
container_name: "${NAME:-traefik}"
|
container_name: "${NAME:-traefik}"
|
||||||
command:
|
command:
|
||||||
- --providers.docker=true
|
- --providers.docker=true
|
||||||
|
|||||||
Reference in New Issue
Block a user