mirror of https://github.com/docker/compose.git
8 lines
115 B
YAML
8 lines
115 B
YAML
|
services:
|
||
|
nginx:
|
||
|
image: nginx
|
||
|
volumes:
|
||
|
- ./static:/usr/share/nginx/html
|
||
|
ports:
|
||
|
- 8090:80
|