10 lines
215 B
YAML
10 lines
215 B
YAML
version: '3'
|
|
services:
|
|
backend:
|
|
build: ../../
|
|
volumes:
|
|
- './index.html:/var/www/index.html'
|
|
- './headers.conf:/etc/nginx/location.d/headers.conf'
|
|
ports:
|
|
- '80:80'
|