doc: remove DOCKER_HOST note in playwright doc (#32518)

Since https://github.com/element-hq/element-web/pull/32502 and
https://github.com/element-hq/element-web/pull/32489 this is not an
issue anymore
This commit is contained in:
Florian Duros
2026-02-16 11:41:47 +01:00
committed by GitHub
parent be843c4baa
commit 04ef3a2d5d

View File

@@ -447,10 +447,3 @@ export TMPDIR=/tmp/colima
# or
export TMPDIR=$HOME/tmp
```
**macOS users:**
Docker Desktop and Colima are both well-supported on macOS.
> [!CAUTION]
> Do not set `DOCKER_HOST` when running tests. Element Web uses [element-web-playwright-common](https://github.com/element-hq/element-modules/tree/main/packages/element-web-playwright-common), and setting `DOCKER_HOST` causes issues with testcontainers when running in the container VM.