Skip to content

Commit

Permalink
update readme to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbgnz committed Mar 29, 2021
1 parent 41e4b37 commit 14defd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Run using Dockerhub's image:

```bash
# Pull the latest image from Dockerhub
docker pull pbgnz/random-quote-api:v1.1.0
docker pull pbgnz/random-quote-api:v1.2.1

# Run image
docker run -p 8000:8000 -d pbgnz/random-quote-api:v1.1.0
docker run -p 8000:8000 -d pbgnz/random-quote-api:v1.2.1

# Fetch endpoint
GET http://localhost:8000/api/quotes
Expand All @@ -66,7 +66,7 @@ Run using Docker-compose:
version: '3'
services:
api:
image: 'pbgnz/random-quote-api:v1.1.0'
image: 'pbgnz/random-quote-api:v1.2.1'
ports:
- '8000:8000'
```

0 comments on commit 14defd4

Please sign in to comment.