From da3b22663cb30873aa777aeb087a4e4f5573872b Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Tue, 7 May 2024 16:00:18 -0700 Subject: [PATCH] Switch from local image to remote image --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 06fda82c..70440aba 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ 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 # about using custom images. - image: local-frappe + image: githaven.org/shiloh/frappe_docker:production # build: # context: . # dockerfile: ./Shilohimage