You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ Docker-symfony gives you everything you need for developing Symfony application.
22
22
$ docker-compose up -d
23
23
```
24
24
25
-
3. Update your system host file (add symfony.dev)
25
+
3. Update your system host file (add symfony.local)
26
26
27
27
```bash
28
28
# UNIX only: get containers IP address and update host (replace IP according to your configuration) (on Windows, edit C:\Windows\System32\drivers\etc\hosts)
**Note:** For **OS X**, please take a look [here](https://docs.docker.com/docker-for-mac/networking/) and for**Windows**read [this](https://docs.docker.com/docker-for-windows/#/step-4-explore-the-application-and-run-examples) (4th step).
@@ -63,9 +63,9 @@ Docker-symfony gives you everything you need for developing Symfony application.
0 commit comments