2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-28 22:57:32 +03:00
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}