mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-03 09:50:26 +00:00
7 lines
91 B
YAML
7 lines
91 B
YAML
www:
|
|
image: nginx
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- "htdocs:/usr/share/nginx/html"
|