Skip to content

Commit 4af93a9

Browse files
authored
Update LocalDocker.md
1 parent 3aba89b commit 4af93a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WS/01.kfk.ws/01-environment/LocalDocker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ First let's add the environment variables. Make sure to adapt the network interf
1313

1414
```
1515
# Set environment variables to match the IP address of the local machine
16-
export PUBLIC_IP=10.1.215.134
17-
export DOCKER_HOST_IP=10.1.215.134
16+
export PUBLIC_IP=localhost #10.1.215.134
17+
export DOCKER_HOST_IP=localhost #10.1.215.134
1818
```
1919

2020
Now for Elasticsearch to run properly, we have to increase the `vm.max_map_count` parameter like shown below.

0 commit comments

Comments
 (0)