mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-20 21:39:22 +00:00
9 lines
93 B
YAML
9 lines
93 B
YAML
www:
|
|
image: nginx
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- "htdocs:/usr/share/nginx/html"
|
|
|
|
|