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:
|
||||
image: docs/archive:v1.4
|
||||
image: docs/docker.github.io:v1.4
|
||||
ports:
|
||||
- "4014:4000"
|
||||
v1.5:
|
||||
image: docs/archive:v1.5
|
||||
image: docs/docker.github.io:v1.5
|
||||
ports:
|
||||
- "4015:4000"
|
||||
v1.6:
|
||||
image: docs/archive:v1.6
|
||||
image: docs/docker.github.io:v1.6
|
||||
ports:
|
||||
- "4016:4000"
|
||||
v1.7:
|
||||
image: docs/archive:v1.7
|
||||
image: docs/docker.github.io:v1.7
|
||||
ports:
|
||||
- "4017:4000"
|
||||
v1.8:
|
||||
image: docs/archive:v1.8
|
||||
image: docs/docker.github.io:v1.8
|
||||
ports:
|
||||
- "4018:4000"
|
||||
v1.9:
|
||||
image: docs/archive:v1.9
|
||||
image: docs/docker.github.io:v1.9
|
||||
ports:
|
||||
- "4019:4000"
|
||||
v1.10:
|
||||
image: docs/archive:v1.10
|
||||
image: docs/docker.github.io:v1.10
|
||||
ports:
|
||||
- "4110:4000"
|
||||
v1.11:
|
||||
image: docs/archive:v1.11
|
||||
image: docs/docker.github.io:v1.11
|
||||
ports:
|
||||
- "4111:4000"
|
||||
|
|
Loading…
Reference in New Issue