Skip to content

Commit

Permalink
Fix container name in documentation. (frappe#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhirup-99 authored May 23, 2022
1 parent 54629a8 commit a020885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a020885

Please sign in to comment.