feat(Nextcloud): Update web folder path with generic SERVICES_DIR

This commit is contained in:
Simon 2023-01-03 21:09:37 +01:00
parent fd63036294
commit 2281c4337c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
nextcloud-web:
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-web
build: web
build: ${SERVICES_DIR}/nextcloud/web
restart: always
environment:
NEXTCLOUD_FPM_CONTAINER_NAME: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm