mirror of https://github.com/docker/docs.git
Merge pull request #7867 from ryannhg/patch-2
use port 4000 instead of 80 on host
This commit is contained in:
commit
1e11814f8f
|
|
@ -84,7 +84,7 @@ services:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "4000:80"
|
||||||
networks:
|
networks:
|
||||||
- webnet
|
- webnet
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue