Skip to content

Commit

Permalink
docs(readme): mention where to find the images on Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Addono committed May 21, 2020
1 parent a2c5775 commit 88c16c6
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 @@ -21,12 +21,12 @@ This image uses `atlas-cli` to create an empty Jira Software instance by launch

## 🎈 Usage <a name="usage"></a>

Using it is easy, to run it in the foreground:
This image is published to [Docker Hub](https://hub.docker.com/r/addono/jira-software-standalone). Using them is easy, to run it in the foreground:
```bash
docker run -it -p 2990:2990 --name jira addono/jira-software-standalone
```

Or in detached mode to run it in the background:
Or in detached mode as to run it in the background:
```bash
docker run -d -it -p 2990:2990 --name jira addono/jira-software-standalone
```
Expand Down

0 comments on commit 88c16c6

Please sign in to comment.