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 5b529cf commit 8221aa0Copy full SHA for 8221aa0
tools/diagnostics-app/README.md
@@ -11,6 +11,14 @@ The app is currently available at [https://diagnostics-app.powersync.com/](https
11
12
It can also be run as a local standalone web app, and is largely based on the [web SDK](/packages/web/).
13
14
+## Running the app with Docker
15
+
16
+```sh
17
+docker run --pull always -p 8082:80 journeyapps/powersync-diagnostics-app
18
+```
19
20
+The app will be available on http://localhost:8082.
21
22
## Running the app locally
23
24
In the root of the repository, run:
0 commit comments