diff --git a/README.md b/README.md index 943c252..0a6c017 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ To use `findtheti.me` with docker, simply run ```sh docker run -e DATABASE_URL='postgresql://{postgres user}:{postgres password}@{postgres host}/{postgres database}' + -p {port to run on}:8080 mvv97/findthetime ```