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

@ -7,7 +7,7 @@ volumes:
services:
nextcloud-fpm:
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm
image: ${NEXTCLOUD_IMAGE:-nextcloud:22.2.3-fpm-alpine}
image: ${NEXTCLOUD_IMAGE:-nextcloud:22.2.3-fpm-alpine@sha256:de87108415631635649ad4b1027b6a6d06b80e28bcab87e38c59c1b943ef36d8}
restart: always
depends_on:
- postgres