Skip to content

Commit 8221aa0

Browse files
committed
Add notes on running with Docker.
1 parent 5b529cf commit 8221aa0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/diagnostics-app/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ The app is currently available at [https://diagnostics-app.powersync.com/](https
1111

1212
It can also be run as a local standalone web app, and is largely based on the [web SDK](/packages/web/).
1313

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+
1422
## Running the app locally
1523

1624
In the root of the repository, run:

0 commit comments

Comments
 (0)