2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-04 21:29:42 +03:00
docker-scripts/linux/ecosystem/nginx/latest/mainline/php/docker-compose.yml
2025-04-21 17:02:06 +03:00

8 lines
No EOL
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}