We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d135be9 commit 65717f6Copy full SHA for 65717f6
README.md
@@ -225,7 +225,12 @@ sensible-browser http://localhost:6060/pkg/github.com/matrix-org/go-neb
225
226
## Docker image
227
228
-There is a `Dockerfile` in the root of the repository which copies the local source files and builds go-neb.
+To get started quickly, use the image from docker.io:
229
+```
230
+docker run -v /path/to/data:/data -e "BASE_URL=http://your.public.url:4050" matrixdotorg/go-neb
231
232
+
233
+If you'd prefer to build the file yourself, clone this repository and build the `Dockerfile`.
234
235
The image sets the following environment variables:
236
```
0 commit comments