You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,11 @@ NIPs with a relay-specific implementation are listed here.
70
70
71
71
### Docker setups
72
72
- Docker v20.10
73
-
- Docker compose v2.10
73
+
- Docker Compose v2.10
74
+
75
+
### Local Docker setup
76
+
- Docker Desktop v4.2.0 or newer
77
+
-[mkcert](https://github.com/FiloSottile/mkcert)
74
78
75
79
WARNING: Docker distributions from Snap, Brew or Debian repositories are NOT SUPPORTED and will result in errors.
76
80
Install Docker from their [official guide](https://docs.docker.com/engine/install/) ONLY.
@@ -79,6 +83,24 @@ Install Docker from their [official guide](https://docs.docker.com/engine/instal
79
83
80
84
-[Set up a Nostr relay in under 5 minutes](https://andreneves.xyz/p/set-up-a-nostr-relay-server-in-under) by [André Neves](https://twitter.com/andreneves) (CTO & Co-Founder At [ZEBEDEE](https://zebedee.io/))
81
85
86
+
## Local Quick Start (Docker Compose)
87
+
88
+
Install Docker Desktop following the [official guide](https://docs.docker.com/desktop/).
89
+
You may have to uninstall Docker on your machine if you installed it using a different guide.
0 commit comments