docker-scripts/linux/obsolete/nginx/1.18/php/docker-compose.yml
2025-04-29 00:56:02 +03:00

8 lines
204 B
YAML

services:
app:
image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-php"
build:
context: .
args:
NGINX_#version: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}