Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
git-malik committed Jun 13, 2023
1 parent 3909d78 commit b345902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To run miniWikipedia locally, you need to have Node.js and npm installed on your

It's possible to install the docker image of miniWikipedia by running this command:

`docker container run YOUR_PORT:3000 d0ckmg/miniwikipedia`
`docker container run -p YOUR_PORT:3000 -d d0ckmg/miniwikipedia`

or alternatively, you can use a docker-compose file:

Expand Down

0 comments on commit b345902

Please sign in to comment.