Document port in docker command

This commit is contained in:
Miroslav Vasilev 2024-01-11 22:09:41 +02:00
parent f25546e830
commit 446103e952

View file

@ -13,6 +13,7 @@ To use `findtheti.me` with docker, simply run
```sh ```sh
docker run docker run
-e DATABASE_URL='postgresql://{postgres user}:{postgres password}@{postgres host}/{postgres database}' -e DATABASE_URL='postgresql://{postgres user}:{postgres password}@{postgres host}/{postgres database}'
-p {port to run on}:8080
mvv97/findthetime mvv97/findthetime
``` ```