From f48e1ce4a6a51059bedb7ff024dc5c3ac3e21e8a Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Mon, 24 Feb 2020 12:57:20 +0530 Subject: [PATCH] fix: docker-compose-erpnext --- installation/docker-compose-erpnext.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/installation/docker-compose-erpnext.yml b/installation/docker-compose-erpnext.yml index a62b0f33..62e3d545 100644 --- a/installation/docker-compose-erpnext.yml +++ b/installation/docker-compose-erpnext.yml @@ -29,7 +29,7 @@ services: - assets-vol:/assets:rw erpnext-python: - image: frappe/frappe-worker:${VERSION} + image: frappe/erpnext-worker:${VERSION} restart: on-failure environment: - MARIADB_HOST=mariadb @@ -52,7 +52,7 @@ services: - ./sites:/home/frappe/frappe-bench/sites:rw frappe-worker-default: - image: frappe/frappe-worker:${VERSION} + image: frappe/erpnext-worker:${VERSION} restart: on-failure command: worker depends_on: @@ -65,7 +65,7 @@ services: - ./sites:/home/frappe/frappe-bench/sites:rw frappe-worker-short: - image: frappe/frappe-worker:${VERSION} + image: frappe/erpnext-worker:${VERSION} restart: on-failure command: worker environment: @@ -80,7 +80,7 @@ services: - ./sites:/home/frappe/frappe-bench/sites:rw frappe-worker-long: - image: frappe/frappe-worker:${VERSION} + image: frappe/erpnext-worker:${VERSION} restart: on-failure command: worker environment: @@ -95,7 +95,7 @@ services: - ./sites:/home/frappe/frappe-bench/sites:rw frappe-schedule: - image: frappe/frappe-worker:${VERSION} + image: frappe/erpnext-worker:${VERSION} restart: on-failure command: schedule depends_on: