8 lines
135 B
YAML
8 lines
135 B
YAML
services:
|
|
web:
|
|
image: nginx
|
|
ports:
|
|
- 8081:80
|
|
volumes:
|
|
- .:/usr/share/nginx/html:ro
|