Skip to content

Commit

Permalink
Fix typo in custom-commands documentation (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-blum committed Jul 8, 2020
1 parent b6ec8b2 commit 7a62a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/extend/custom-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To provide a command which will execute in a container, add a bash script to `.d
drush $@
```

In addition to commands that run in the standard ddev containers like "web" and "db", you can run commands in custom containers, just using the service name, like `.ddev/commands/solr/<command>`. Not, however, that your service must mount /mnt/ddev_config as the web and db containers do, so the `volumes` section of docker-compose.<servicename>.yaml needs:
In addition to commands that run in the standard ddev containers like "web" and "db", you can run commands in custom containers, just using the service name, like `.ddev/commands/solr/<command>`. Note, however, that your service must mount /mnt/ddev_config as the web and db containers do, so the `volumes` section of docker-compose.<servicename>.yaml needs:

```
volumes:
Expand Down

0 comments on commit 7a62a72

Please sign in to comment.