mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-03-03 18:00:26 +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"
|