/s/8000/80. Typo in port number
This commit is contained in:
Родитель
a4a4206119
Коммит
0caffd519f
|
@ -31,7 +31,7 @@ COPY content/ .
|
|||
You can then build and run the Docker image:
|
||||
```
|
||||
$ docker build -t iis-site .
|
||||
$ docker run -d -p 8000:8000 --name my-running-site iis-site
|
||||
$ docker run -d -p 8000:80 --name my-running-site iis-site
|
||||
```
|
||||
|
||||
There is no need to specify an `ENTRYPOINT` in your Dockerfile since the `microsoft/iis` base image already includes an entrypoint application that monitors the status of the IIS World Wide Web Publishing Service (W3SVC).
|
||||
|
|
Загрузка…
Ссылка в новой задаче