mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-04 18:30:38 +00:00
7 lines
95 B
YAML
7 lines
95 B
YAML
www:
|
|
image: nginx
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- "./htdocs:/usr/share/nginx/html"
|