compose/local/e2e/volume-test/docker-compose.yml

8 lines
121 B
YAML

services:
nginx:
build: nginx-build
volumes:
- ./static:/usr/share/nginx/html
ports:
- 8090:80