Skip to content

Commit

Permalink
use latest in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zfletch committed Apr 13, 2023
1 parent 1734b38 commit 79c86b5
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 @@ -27,7 +27,7 @@ The simplest version would be:
version: '3'
services:
morph:
image: perseidsproject/morpheus-perseids-api:v2.1.10
image: perseidsproject/morpheus-perseids-api:latest
ports:
- "1500:1500"
```
Expand All @@ -41,7 +41,7 @@ For example, the configuration to run on port 3000 and with Redis is:
version: '3'
services:
morph:
image: perseidsproject/morpheus-perseids-api:v2.1.10
image: perseidsproject/morpheus-perseids-api:latest
environment:
- PORT=3000
- REDIS_ENABLED=true
Expand Down

0 comments on commit 79c86b5

Please sign in to comment.