From 3ceeb191211d20993a00d14c061fa001fe89a014 Mon Sep 17 00:00:00 2001 From: Mauricio Vidal Date: Wed, 1 Feb 2023 09:22:54 -0500 Subject: [PATCH] refactor: websocket uses also customizable_image --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 5a2809e1..a883e1e0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,7 +62,7 @@ services: websocket: <<: *depends_on_configurator - image: frappe/erpnext:${ERPNEXT_VERSION:?No ERPNext version set} + <<: *customizable_image command: - node - /home/frappe/frappe-bench/apps/frappe/socketio.js