Skip to content

Commit

Permalink
Merge pull request #415 from jamiemjennings/patch-1
Browse files Browse the repository at this point in the history
Fix typo in home.md
  • Loading branch information
zhouzhuojie authored Nov 10, 2020
2 parents 98831a8 + cc343be commit c3dc3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export PORT=18000
export FLAGR_DB_DBDRIVER=mysql
export FLAGR_DB_DBCONNECTIONSTR=root:@tcp(127.0.0.1:18100)/flagr?parseTime=true

# Run the docker image. Ideally, the deploymenet will be handled by Kubernetes or Mesos.
# Run the docker image. Ideally, the deployment will be handled by Kubernetes or Mesos.
docker run -it -p 18000:18000 checkr/flagr
```

Expand Down

0 comments on commit c3dc3c0

Please sign in to comment.