Update port mapping 4000 to 80 for consistency

As of now docker-compose.yml file ports section is not consistent with terminal recording and also with what is specified in https://docs.docker.com/get-started/part5/
This commit is contained in:
Raunak Kathuria 2018-12-04 15:44:22 +08:00 committed by GitHub
parent 85c219eaf5
commit e5f7eff732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ services:
restart_policy:
condition: on-failure
ports:
- "4000:80"
- "80:80"
networks:
- webnet
networks: