Skip to content

Commit d82095b

Browse files
committed
docs: add Windows/WSL2 setup instructions to README
1 parent 4c93795 commit d82095b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,16 @@ Start:
210210
./scripts/start_with_tor
211211
```
212212
213+
**Windows / WSL2 users:** Docker bind-mounts can cause PostgreSQL permission errors on Windows. Use the dedicated override file instead:
214+
```
215+
docker compose -f docker-compose.yml -f docker-compose.windows.yml up --build
216+
```
217+
Or add this to your `.env` file so you don't have to type it every time:
218+
```
219+
COMPOSE_FILE=docker-compose.yml:docker-compose.windows.yml
220+
```
221+
> **Note:** If you previously ran Nostream on Linux/Mac and are switching to Windows, your existing data lives at `.nostr/data/` on the host. You'll need to copy it into the Docker named volume manually or it won't be visible to the new setup.
222+
213223
Stop the server with:
214224
```
215225
./scripts/stop

0 commit comments

Comments
 (0)