scottslowe-learning-tools/vagrant/docker-yaml/containers.yml
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

7 lines
121 B
YAML

---
- name: nginx-01
image: nginx
ports: ['80:80', '443:443']
- name: redis-01
image: redis
ports: ['6379:6379']