docker-scripts/linux/nginx/1.19.10/main/docker-compose.yml

9 lines
206 B
YAML
Raw Normal View History

2021-06-02 03:03:23 +03:00
version: '3.9'
services:
app:
image: "epicmorg/nginx:${NGINX_VERSION}"
build:
context: .
args:
NGINX_VERSION: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}