mirror of https://github.com/docker/docs.git
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:
parent
85c219eaf5
commit
e5f7eff732
|
@ -84,7 +84,7 @@ services:
|
|||
restart_policy:
|
||||
condition: on-failure
|
||||
ports:
|
||||
- "4000:80"
|
||||
- "80:80"
|
||||
networks:
|
||||
- webnet
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue