2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-25 23:41:35 +03:00
docker-scripts/linux/ecosystem/nginx/latest/quic/main/docker-compose.yml
2022-11-14 22:12:31 +03:00

9 lines
No EOL
206 B
YAML

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