mirror of https://github.com/docker/docs.git
Update docker-compose.yml
This commit is contained in:
parent
b51bb39ee9
commit
3d7caa4839
|
@ -1,32 +1,32 @@
|
||||||
v1.4:
|
v1.4:
|
||||||
image: docs/archive:v1.4
|
image: docs/docker.github.io:v1.4
|
||||||
ports:
|
ports:
|
||||||
- "4014:4000"
|
- "4014:4000"
|
||||||
v1.5:
|
v1.5:
|
||||||
image: docs/archive:v1.5
|
image: docs/docker.github.io:v1.5
|
||||||
ports:
|
ports:
|
||||||
- "4015:4000"
|
- "4015:4000"
|
||||||
v1.6:
|
v1.6:
|
||||||
image: docs/archive:v1.6
|
image: docs/docker.github.io:v1.6
|
||||||
ports:
|
ports:
|
||||||
- "4016:4000"
|
- "4016:4000"
|
||||||
v1.7:
|
v1.7:
|
||||||
image: docs/archive:v1.7
|
image: docs/docker.github.io:v1.7
|
||||||
ports:
|
ports:
|
||||||
- "4017:4000"
|
- "4017:4000"
|
||||||
v1.8:
|
v1.8:
|
||||||
image: docs/archive:v1.8
|
image: docs/docker.github.io:v1.8
|
||||||
ports:
|
ports:
|
||||||
- "4018:4000"
|
- "4018:4000"
|
||||||
v1.9:
|
v1.9:
|
||||||
image: docs/archive:v1.9
|
image: docs/docker.github.io:v1.9
|
||||||
ports:
|
ports:
|
||||||
- "4019:4000"
|
- "4019:4000"
|
||||||
v1.10:
|
v1.10:
|
||||||
image: docs/archive:v1.10
|
image: docs/docker.github.io:v1.10
|
||||||
ports:
|
ports:
|
||||||
- "4110:4000"
|
- "4110:4000"
|
||||||
v1.11:
|
v1.11:
|
||||||
image: docs/archive:v1.11
|
image: docs/docker.github.io:v1.11
|
||||||
ports:
|
ports:
|
||||||
- "4111:4000"
|
- "4111:4000"
|
||||||
|
|
Loading…
Reference in New Issue