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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@ Then restart your project
26
26
ddev restart
27
27
```
28
28
29
+
> [!NOTE]
30
+
> If you change `additional_hostnames` or `additional_fqdns`, you have to re-run `ddev add-on get ddev/ddev-selenium-standalone-chrome`
31
+
29
32
### Optional steps
30
33
31
34
1. Update the provided `.ddev/config.selenium-standalone-chrome.yaml` as you see fit (and remove the #ddev-generated line). You can also just override lines in your `.ddev/config.yaml`
if [ -f docker-compose.selenium-chrome_extras.yaml ]; then
33
+
if grep -q '#ddev-generated' docker-compose.selenium-chrome_extras.yaml; then
34
+
rm -f docker-compose.selenium-chrome_extras.yaml
35
+
else
36
+
echo "Unwilling to remove '$DDEV_APPROOT/.ddev/docker-compose.selenium-chrome_extras.yaml' because it does not have #ddev-generated in it; you can manually delete it if it is safe to delete."
0 commit comments