mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-27 00:31:12 +00:00
9 lines
90 B
YAML
9 lines
90 B
YAML
www:
|
|
image: nginx
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- "www:/usr/local/nginx/html"
|
|
|
|
|