From b289fc001a637bf84ff6b25a4dc48d68b887d787 Mon Sep 17 00:00:00 2001 From: mivalsten Date: Tue, 15 Mar 2022 10:04:16 +0100 Subject: [PATCH] Update README.md --- docker/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index f2cfc7f..0949106 100644 --- a/docker/README.md +++ b/docker/README.md @@ -10,9 +10,15 @@ To build the container run: ## Running -To run previosly built container and expose it on port 8080 of your machine run: +To run previosly built container and expose it on port 3000 of your machine run: -`docker run ddb-proxy:latest -p 8080:3000` +`docker run -p 3000:3000 ddb-proxy:latest` + +## Running prebuilt image + +This repository also builds newest version of the proxy automatically. You may start it with following command: + +`docker run -p 3000:3000 ghcr.io/mrprimate/ddb-proxy:latest` ## Security considerations