From eb2dcb7f8e2a326db94cb1756603aea66b52f54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20L=C3=B3pez?= Date: Sat, 13 Jun 2020 16:03:02 -0500 Subject: [PATCH] Fix: Quotes are needed here --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 51f197dd..99994a7d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -133,7 +133,7 @@ services: site-creator: image: frappe/erpnext-worker:${ERPNEXT_VERSION} - restart: no + restart: "no" command: new depends_on: - erpnext-python