2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-03 09:05:24 +03:00
2024-06-21 16:22:11 +03:00

9 lines
206 B
YAML

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