2025-04-11 01:41:19 +03:00

8 lines
210 B
YAML

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