Revision #54 has been created by rackycz on Mar 8, 2021, 11:08:52 PM with the memo:
Docker
« previous (#53) next (#55) »
Changes
Title
unchanged
Yii v2 snippet guide III
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,yii2,beginer
Content
changed
[...]
- Values are taken from docker-compose.yml
- Set status=10 to your first user
Now you have your account and you can log in to Backend
*I was not able to use xDebug. It just does not work now. I will update as soon as I find out.*
**Enabling xDebug in Docker, yii demo application**
---
Just add section **environment** to docker-compose.yml like this:
```[...]