2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-30 07:37:33 +03:00
2024-02-09 13:51:53 +03:00

9 lines
204 B
YAML

version: '3'
services:
app:
image: "epicmorg/nginx:${NGINX_VERSION}"
build:
context: .
args:
NGINX_VERSION: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}