Skip to content

Commit af8a72d

Browse files
committed
README: Remove -p 8000:8000 from docker run params
1 parent 1f17a91 commit af8a72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker build -t factory:local .
1616
Once you have an image built, run it like
1717

1818
```sh
19-
docker run --rm --name factory --network=host -p 8000:8000 factory:local
19+
docker run --rm --name factory --network=host factory:local
2020
```
2121

2222
This snippet is intended just for testing the app, it is usually not a good
@@ -190,4 +190,4 @@ curl -s http://localhost:8000/materials/oxygen | jq
190190

191191
There are other endpoints, not described in this short README file. Feel
192192
free to investigate them on your own by browsing files in the `routers/`
193-
directory.
193+
directory.

0 commit comments

Comments
 (0)