2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-28 06:37:34 +03:00
2025-04-21 17:02:06 +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}