fix: update compose.yaml

Correct URL for Build Setup
This commit is contained in:
Roger Saner 2026-04-02 18:55:05 +02:00 committed by GitHub
parent c7d61a5a6d
commit 563e895ad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
x-customizable-image: &customizable_image x-customizable-image: &customizable_image
# By default the image used only contains the `frappe` and `erpnext` apps. # 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. # about using custom images.
image: ${CUSTOM_IMAGE:-frappe/erpnext}:${CUSTOM_TAG:-$ERPNEXT_VERSION} image: ${CUSTOM_IMAGE:-frappe/erpnext}:${CUSTOM_TAG:-$ERPNEXT_VERSION}
pull_policy: ${PULL_POLICY:-always} pull_policy: ${PULL_POLICY:-always}