mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 21:09:27 +00:00
10 lines
143 B
YAML
10 lines
143 B
YAML
version: "2"
|
|
|
|
services:
|
|
www:
|
|
image: nginx
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- "./htdocs:/usr/share/nginx/html"
|