mirror of https://github.com/docker/docs.git
Merge pull request #7789 from raunakkathuria/patch-1
Update port mapping 4000 to 80 for consistency
This commit is contained in:
commit
06761fda2d
|
@ -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