Update README_EN.md

This commit is contained in:
Baobhan Sith
2025-05-02 09:08:15 +08:00
committed by GitHub
parent 813c4c4b88
commit 48fb0c4fe0
+3 -1
View File
@@ -88,7 +88,9 @@ location / {
}
```
To configure IPv6 for Docker, add the following content to `/etc/docker/daemon.json`:
Configure IPv6 for Docker (optional — you can skip this if you don't use IPv6 to connect to the server).
Add the following content to `/etc/docker/daemon.json`:
```json
{
"ipv6": true,