Skip to content

Commit 0d5fcf7

Browse files
authored
Merge pull request #1704 from criadoperez/fix/docker-steps
2 parents 0d680b8 + 3a00155 commit 0d5fcf7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/install/run-ipfs-inside-docker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ You can run Kubo IPFS inside Docker to simplify your deployment processes, as we
3838
1. Wait for IPFS to start:
3939

4040
```shell
41-
Gateway (readonly) server
42-
listening on /ip4/0.0.0.0/tcp/8080
41+
RPC API server listening on /ip4/0.0.0.0/tcp/5001
42+
WebUI: http://0.0.0.0:5001/webui
43+
Gateway server listening on /ip4/0.0.0.0/tcp/8080
44+
Daemon is ready
4345
```
4446

4547
You can now stop watching the log.

0 commit comments

Comments
 (0)