Skip to content

Commit

Permalink
Add obs for php commands
Browse files Browse the repository at this point in the history
  • Loading branch information
anacicconi authored Aug 15, 2017
1 parent 45f7a2c commit 1525ed8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ parameters:
database_user: admin
database_password: admin
```

Obs3: all the commands must be run inside the php container.

```
Eg: docker exec -it <SITE_NAME> php bin/console doctrine:schema:update --force
```

Remember that the cli of your computer cannot access the database with the same address/host your docker can!

0 comments on commit 1525ed8

Please sign in to comment.