From 446103e9523abb0aed6ae3d7ca06cdad9af7b75c Mon Sep 17 00:00:00 2001 From: mvvasilev Date: Thu, 11 Jan 2024 22:09:41 +0200 Subject: [PATCH] Document port in docker command --- README.md | 1 + 1 file changed, 1 insertion(+) 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 ```