mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +00:00
Fix container name in documentation. (#810)
This commit is contained in:
parent
54629a8c78
commit
a020885206
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
And enter the interactive shell for the development container with the following command:
|
||||||
|
|
||||||
```shell
|
```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
|
## Use additional services during development
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue