Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flags have to be provided to docker run before the tag is provided, not after #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ docker build docker -t <name of tag>
and can then start a container, which will map the server to the host's port 3000 from this image with:

```
docker run <name of tag> -p 3000:3000
docker run -p 3000:3000 <name of tag>
```
## Running as a Windows service

Expand Down Expand Up @@ -362,4 +362,4 @@ For more information refer to:

![DialogTech Logo](https://www.dialogtech.com/wp-content/themes/ifbyphone/theme/images/logo-2x.png "DialogTech Logo")

This project has been made possible in part by support from [DialogTech](http://www.dialogtech.com)
This project has been made possible in part by support from [DialogTech](http://www.dialogtech.com)