docker-scripts/linux/nginx/1.18.0/php/docker-compose.yml
2021-06-02 03:03:23 +03:00

9 lines
210 B
YAML

version: '3.9'
services:
app:
image: "epicmorg/nginx:${NGINX_VERSION}-php"
build:
context: .
args:
NGINX_VERSION: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}