acfd00aafb
Co-authored-by: Copilot <copilot@github.com>
7 lines
156 B
YAML
7 lines
156 B
YAML
services:
|
|
web:
|
|
image: nginx:alpine
|
|
volumes:
|
|
- ./app:/usr/share/nginx/html:ro
|
|
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|