Skip to content

Commit

Permalink
fix formatting 2
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jun 25, 2024
1 parent f6a385a commit dce1a33
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ docker run -d \
```yml
services:
renterd:
image: ghcr.io/siafoundation/renterd:latest
ports:
- 127.0.0.1:9980:9980/tcp
- 9981:9981/tcp
volumes:
- renterd-data:/data
restart: unless-stopped
image: ghcr.io/siafoundation/renterd:latest
ports:
- 127.0.0.1:9980:9980/tcp
- 9981:9981/tcp
volumes:
- renterd-data:/data
restart: unless-stopped
fsd:
image: ghcr.io/siafoundation/fsd:latest
depends_on:
- renterd
depends_on:
- renterd
ports:
- 8080:8080/tcp
- 8080:8080/tcp
- 127.0.0.1:8081:8081/tcp
volumes:
- fsd-data:/data
Expand Down

0 comments on commit dce1a33

Please sign in to comment.