2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-24 04:28:15 +03:00

9 lines
206 B
YAML
Raw Normal View History

2021-06-02 02:47:18 +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}