Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 20, 2020
1 parent 64bfc94 commit 4a95eef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ unglueclient:

Run the docker image. Map port 3000 to local port 3000.

`docker run -d -p 3000:3000 unglue/server`
```
docker run -d -p 3000:3000 unglue/server
```

You should now be able to access `https://localhost:3000`.

0 comments on commit 4a95eef

Please sign in to comment.