From c7d61a5a6dd5a3c70497fa702b17adf12214785e Mon Sep 17 00:00:00 2001 From: Roger Saner Date: Thu, 2 Apr 2026 18:43:23 +0200 Subject: [PATCH 1/2] fix: update example.env Correct link to env vars doc --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index 38fc15ae..d9044b77 100644 --- a/example.env +++ b/example.env @@ -1,4 +1,4 @@ -# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md +# Reference: https://github.com/frappe/frappe_docker/blob/main/docs/02-setup/04-env-variables.md ERPNEXT_VERSION=v16.12.0 From 563e895ad05316723899e88ca1a09fd1c0f09686 Mon Sep 17 00:00:00 2001 From: Roger Saner Date: Thu, 2 Apr 2026 18:55:05 +0200 Subject: [PATCH 2/2] fix: update compose.yaml Correct URL for Build Setup --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index c1f2eb63..5920e6d3 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/container-setup/02-build-setup.md#define-custom-apps + # See https://github.com/frappe/frappe_docker/blob/main/docs/02-setup/02-build-setup.md#define-custom-apps # about using custom images. image: ${CUSTOM_IMAGE:-frappe/erpnext}:${CUSTOM_TAG:-$ERPNEXT_VERSION} pull_policy: ${PULL_POLICY:-always}