mirror of
https://github.com/mvvasilev/findtheti.me.git
synced 2025-04-19 13:39:52 +03:00
Document port in docker command
This commit is contained in:
parent
f25546e830
commit
446103e952
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue