We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c611888 commit d58ff2bCopy full SHA for d58ff2b
README.md
@@ -1,6 +1,6 @@
1
# Pub/Sub Emulator Lite
2
3
-A minifid version of the google cloud pubsub emulator
+A minified version of the google cloud pub/sub emulator
4
5
## Usage
6
@@ -18,4 +18,8 @@ Just pull the image and run it via `docker run`
18
19
`docker run -p 8090:8090 ghcr.io/neoscript/pubsub-emulator-lite:latest`
20
21
+### Connecting
22
Access it via `http://localhost:8090/`
23
+
24
+> [!NOTE]
25
+> You can set your own port forwarding if you want to expose the emulator via a different port.
0 commit comments