mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-04-04 08:21:50 +00:00
Fix container name in documentation. (#810)
This commit is contained in:
parent
54629a8c78
commit
a020885206
@ -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…
x
Reference in New Issue
Block a user