mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
changed customapps link
This commit is contained in:
parent
78d21c2f4e
commit
9e2fcc6fce
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue