From dfb1f9b7cb67fcf56ca506bacfb648e1af71d6b0 Mon Sep 17 00:00:00 2001 From: Salah Aldin Fateh Date: Tue, 7 Feb 2023 15:23:13 +0300 Subject: [PATCH] edit dosc --- docs/migrate-from-multi-image-setup.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/migrate-from-multi-image-setup.md b/docs/migrate-from-multi-image-setup.md index 2799d163..1bd169eb 100644 --- a/docs/migrate-from-multi-image-setup.md +++ b/docs/migrate-from-multi-image-setup.md @@ -8,8 +8,6 @@ Now you need to specify command and environment variables for following containe For `frontend` service to act as static assets frontend and reverse proxy, you need to pass `nginx-entrypoint.sh` as container `command` and `BACKEND` and `SOCKETIO` environment variables pointing `{host}:{port}` for gunicorn and websocket services. Check [environment variables](environment-variables.md) -Now you only need to mount the `sites` volume at location `/home/frappe/frappe-bench/sites`. - Example change: ```yaml