Skip to content

Commit 94366a4

Browse files
authored
Update README.md
1 parent 89f7ed5 commit 94366a4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,16 +100,17 @@ $ docker-compose ps
100100

101101
## Drush
102102

103-
PHP container has installed drush, [connect to the php container](#accessing-containers) to use drush.
104-
105-
If you want to run drush in the php containter, be sure to open the shell as user 82 (www-data) to avoid access problems in the web server, which is running as user 82, too:
103+
PHP container has installed drush. When running drush make sure to open the shell as user 82 (www-data) to avoid access problems in the web server, which is running as user 82, too:
106104
```bash
107105
$ docker-compose exec --user 82 php drush
108106
```
109107

110108
## Composer
111109

112-
PHP container has installed composer, [connect to the php container](#accessing-containers) to use composer.
110+
PHP container has installed composer. Example:
111+
```bash
112+
$ docker-compose exec --user 82 php composer update
113+
```
113114

114115
## Xdebug
115116

0 commit comments

Comments
 (0)