scottslowe-learning-tools/vagrant/docker-json/containers.json
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

13 lines
159 B
JSON

[
{
"name": "nginx-01",
"image": "nginx",
"ports": ["80:80", "443:443"]
},
{
"name": "redis-01",
"image": "redis",
"ports": ["6379:6379"]
}
]