Skip to content

Commit 282e47c

Browse files
committed
docs(README): update Docker command to use version 1.4.5
1 parent 13240be commit 282e47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To learn more about the project, visit [answer.apache.org](https://answer.apache
2323
### Running with docker
2424

2525
```bash
26-
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.2
26+
docker run -d -p 9080:80 -v answer-data:/data --name answer apache/answer:1.4.5
2727
```
2828

2929
For more information, see [Installation](https://answer.apache.org/docs/installation).

0 commit comments

Comments
 (0)