Skip to content

Commit

Permalink
Merge pull request #17 from mivalsten/patch-docker-instruction
Browse files Browse the repository at this point in the history
Fix errors in docker instruction
  • Loading branch information
MrPrimate authored Mar 15, 2022
2 parents 1706139 + d6c16da commit 7a0b5b4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@ To build the container run:

## Running

To run previously 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 -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`

`docker run -p 8080:3000 -t ddb-proxy:latest`

## Security considerations

Expand Down

0 comments on commit 7a0b5b4

Please sign in to comment.