mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +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:
|
||||
|
||||
```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
|
||||
|
Loading…
Reference in New Issue
Block a user