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