Skip to content

Commit

Permalink
Fix external_links example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunz committed May 31, 2024
1 parent 333bab4 commit e17b4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ For that add a file `docker-compose.external_links.yaml` to your project which s
services:
chrome: &domains
external_links:
- "myproject.ddev.site:myproject"
- "myproject2.ddev.site:myproject2"
- "ddev-router:myproject.ddev.site"
- "ddev-router:myproject2.ddev.site"
firefox:
<<: *domains
```
Expand Down

0 comments on commit e17b4b9

Please sign in to comment.