Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Nov 27, 2023
1 parent 29b6ebf commit b05fd76
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ Navigate to http://localhost:3000 to enter your database information.
You can find more in-depth instructions on
[DockerHub](https://hub.docker.com/r/dolthub/dolt-workbench).

### Saving connection information between runs

If you want to save connection information between Docker runs, you can mount a local
directory to the `store` directory in `/app/graphql-server` in the container.

```
% docker run -p 9002:9002 -p 3000:3000 -v ~/path/to/store:/app/graphql-server/store dolthub/dolt-workbench:latest
```

## Getting started from source

First, clone this repository.
Expand Down

0 comments on commit b05fd76

Please sign in to comment.