From 65a0ac2e7f832fd8658fdf6378d9c6018e6764f6 Mon Sep 17 00:00:00 2001 From: Harmeet Singh Date: Tue, 13 May 2025 22:07:44 +0530 Subject: [PATCH] Update site-operations.md (#1627) Added note for -p in docker-compose exec command. https://github.com/frappe/frappe_docker/issues/927 --- docs/site-operations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/site-operations.md b/docs/site-operations.md index 08f1f159..550d9bdf 100644 --- a/docs/site-operations.md +++ b/docs/site-operations.md @@ -7,6 +7,7 @@ Note: - Wait for the `db` service to start and `configurator` to exit before trying to create a new site. Usually this takes up to 10 seconds. +- Also you have to pass `-p ` if `-p` passed previously eg. `docker-compose -p exec (rest of the command)`. ```sh docker-compose exec backend bench new-site --mariadb-user-host-login-scope=% --db-root-password --admin-password