alt/nginx: Fix running command in README

This commit is contained in:
Mikhail Gordeev 2023-02-22 18:34:28 +03:00
parent e25b8342e2
commit 5b2ef2aa45

View File

@ -7,7 +7,7 @@ Copy Dockerfile somewhere and build the image:
`$ docker build --rm -t <username>/nginx .`
And launch the nginx container:
`docker run -it -p 80:80 <username>/nginx`
`docker run -d -p 80:80 <username>/nginx`
It could be test via:
`curl localhost:80`