2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-18 09:48:01 +03:00
2025-04-29 01:04:59 +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}