feat(Docker): Add all sha256 on services
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user