mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 15:45:44 +03:00
9 lines
210 B
YAML
9 lines
210 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/nginx:${NGINX_VERSION}-php"
|
|
build:
|
|
context: .
|
|
args:
|
|
NGINX_#version: ${NGINX_VERSION}
|
|
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL} |