From a02088520623cd1a169f74ff2303f6a678300878 Mon Sep 17 00:00:00 2001 From: Abhirup Pal Date: Mon, 23 May 2022 14:34:48 +0530 Subject: [PATCH] Fix container name in documentation. (#810) --- development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/README.md b/development/README.md index 7fee4f97..d13a32c7 100644 --- a/development/README.md +++ b/development/README.md @@ -275,7 +275,7 @@ docker-compose -f .devcontainer/docker-compose.yml up -d And enter the interactive shell for the development container with the following command: ```shell -docker exec -e "TERM=xterm-256color" -w /workspace/development -it devcontainer_frappe_1 bash +docker exec -e "TERM=xterm-256color" -w /workspace/development -it devcontainer-frappe-1 bash ``` ## Use additional services during development