Skip to content

Commit 6af4083

Browse files
Apply suggestion from @akerouanton
Co-authored-by: Albin Kerouanton <[email protected]>
1 parent 4309ba9 commit 6af4083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/engine/network/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ networking mode:
225225
- `--expose`
226226

227227
The following example runs a Redis container, with Redis binding to
228-
`localhost`, then running the `redis-cli` command and connecting to the Redis
229-
server over the `localhost` interface.
228+
127.0.0.1, then running the `redis-cli` command and connecting to the Redis
229+
server over 127.0.0.1.
230230

231231
```console
232232
$ docker run -d --name redis example/redis --bind 127.0.0.1

0 commit comments

Comments
 (0)