From 9e2fcc6fce15a9af9646ae47dc217b9f04caccab Mon Sep 17 00:00:00 2001 From: Asief Tejani <90562883+asieftejani@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:13:16 +0300 Subject: [PATCH] changed customapps link --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7c8e64f2..9b8a2832 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ x-customizable-image: &customizable_image # By default the image used only contains the `frappe` and `erpnext` apps. - # See https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md + # See https://github.com/frappe/frappe_docker/blob/main/docs/container-setup/02-build-setup.md # about using custom images. image: ${CUSTOM_IMAGE:-frappe/erpnext}:${CUSTOM_TAG:-$ERPNEXT_VERSION} pull_policy: ${PULL_POLICY:-always}