Skip to content

Commit 89f7ed5

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ $ docker-compose ps
102102

103103
PHP container has installed drush, [connect to the php container](#accessing-containers) to use drush.
104104

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:
106+
```bash
107+
$ docker-compose exec --user 82 php drush
108+
```
109+
105110
## Composer
106111

107112
PHP container has installed composer, [connect to the php container](#accessing-containers) to use composer.

0 commit comments

Comments
 (0)