From 9e5e001e778a8650ed167b37f8694d5a6466088a Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Mon, 19 Aug 2024 14:04:16 -0700 Subject: [PATCH] docs: update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ea80a2e..c1cb9dcd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ CGO_ENABLED=1 go build -o bin/ -tags='netgo timetzdata' -trimpath -a -ldflags '- `hostd` includes a `Dockerfile` which can be used for building and running hostd within a docker container. The image can also be pulled from `ghcr.io/siafoundation/hostd`. +Be careful with port `9980` as Docker will expose it publicly by default. It is +recommended to bind it to `127.0.0.1` to prevent unauthorized access. + ## Docker Compose ```yml