9 lines
No EOL
192 B
YAML
9 lines
No EOL
192 B
YAML
services:
|
|
nginx:
|
|
build:
|
|
context: ./nginx
|
|
ports:
|
|
- ${NGINX_PORT}:80
|
|
volumes:
|
|
- ${PROJECT_DIRECTORY}:/var/www/html:cached
|
|
- ./nginx/conf.d:/etc/nginx/conf.d |