Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 authored Nov 21, 2023
1 parent 8de57e7 commit ce1ffb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ The easiest way to get started is with Docker. Assuming you have Docker
the [Docker image](https://hub.docker.com/r/dolthub/dolt-workbench).

```
% docker pull dolthub/dolt-workbench:combined
% docker run -p 9002:9002 -p 3000:3000 dolthub/dolt-workbench:combined
% docker pull dolthub/dolt-workbench:latest
% docker run -p 9002:9002 -p 3000:3000 dolthub/dolt-workbench:latest
```

Navigate to http://localhost:3000 to enter your database information.
Expand Down

0 comments on commit ce1ffb6

Please sign in to comment.