Skip to content

Commit

Permalink
remove docker example
Browse files Browse the repository at this point in the history
n8maninger committed Jun 25, 2024

Verified

This commit was signed with the committer’s verified signature.
n8maninger Nate Maninger
1 parent dce1a33 commit ddbb0e1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -57,17 +57,6 @@ CGO_ENABLED=1 go build -o bin/ -tags='netgo timetzdata' -trimpath -a -ldflags '-

To setup `fsd`: copy the example `fsd.yml` to the directory you want to store `fsd` metadata, modify it to your needs, then create the container.

```bash
docker run -d \
--name fsd \
-p 8080:8080 \
-p 9981-9983:9981-9983 \
-v ./data:/data \
-v ./storage:/storage \
ghcr.io/siafoundation/hostd:latest
```

### Docker Compose
```yml
services:
renterd:

0 comments on commit ddbb0e1

Please sign in to comment.