From 7079c54a85d432e524bf4b022cfdef27e6fb150d Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Tue, 11 Jun 2024 14:24:18 -0700 Subject: [PATCH] docs: fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fdb038..01fd2fd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ services: image: ghcr.io/siafoundation/walletd:master ports: - localhost:9980:9980 - - 9981: 9981 + - 9981:9981 volumes: - ./wallet:/data restart: unless-stopped