We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aba89b commit 4af93a9Copy full SHA for 4af93a9
WS/01.kfk.ws/01-environment/LocalDocker.md
@@ -13,8 +13,8 @@ First let's add the environment variables. Make sure to adapt the network interf
13
14
```
15
# 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
+export PUBLIC_IP=localhost #10.1.215.134
+export DOCKER_HOST_IP=localhost #10.1.215.134
18
19
20
Now for Elasticsearch to run properly, we have to increase the `vm.max_map_count` parameter like shown below.
0 commit comments