From 41219e5df3036be986e1803b79c1781a6edc6d8a Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Mon, 1 Apr 2024 16:45:17 -0700 Subject: [PATCH] Change image to local image --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 70440aba..06fda82c 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: githaven.org/shiloh/frappe_docker:production + image: local-frappe # build: # context: . # dockerfile: ./Shilohimage