/s/8000/80. Typo in port number

This commit is contained in:
Sourabh Shirhatti 2018-09-17 14:16:01 -07:00 коммит произвёл GitHub
Родитель a4a4206119
Коммит 0caffd519f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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).