feat(Docker): Remove hash because it depends on the architecture
This commit is contained in:
@ -7,7 +7,7 @@ volumes:
|
||||
services:
|
||||
nextcloud-fpm:
|
||||
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm
|
||||
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.2-fpm-alpine@sha256:a9dec35fab6e244a7916afd6b6f738f26590ff8c94356406f34e5a3ea30bb8be}
|
||||
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.2-fpm-alpine}
|
||||
restart: always
|
||||
depends_on:
|
||||
- postgres
|
||||
|
Reference in New Issue
Block a user