From 42bfd485f881e70918707a5ffa99778873baca13 Mon Sep 17 00:00:00 2001 From: Robproject <74115869+Robproject@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:35:04 -0800 Subject: [PATCH] Change erpnext-python volumes description (#628) --- docs/single-bench.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/single-bench.md b/docs/single-bench.md index 44949691..b1487516 100644 --- a/docs/single-bench.md +++ b/docs/single-bench.md @@ -99,7 +99,7 @@ The docker-compose file contains following services: - erpnext-nginx: serves static assets and proxies web request to the appropriate container, allowing to offer all services on the same port. - volume: assets-vol and sites-vol - erpnext-python: main application code - - volume: sites-vol and sites-vol + - volume: assets-vol and sites-vol - frappe-socketio: enables realtime communication to the user interface through websockets - volume: sites-vol - erpnext-worker-default: background runner