feat(Docker): Add all sha256 on services

This commit is contained in:
2022-02-14 10:17:49 +01:00
parent b0a72c954c
commit 9f9948950c
8 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ networks:
services:
traefik:
container_name: ${TRAEFIK_CONTAINER_NAME:-traefik}
image: ${TRAEFIK_IMAGE:-traefik:v2.6.0}
image: ${TRAEFIK_IMAGE:-traefik:v2.6.0@sha256:b22bd53ef626cf3667390c3e3651936b08f9c0c9107e3a6faf02e6dc06b3e0c0}
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock