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:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "4000:80"
|
- "80:80"
|
||||||
networks:
|
networks:
|
||||||
- webnet
|
- webnet
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue