mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-28 16:09:27 +03:00
8 lines
204 B
YAML
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} |