2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-15 15:32:05 +03:00
2025-04-29 01:04:59 +03:00

8 lines
209 B
YAML

services:
app:
image: "quay.io/epicmorg/nginx:${NGINX_VERSION}-rtmp-hls"
build:
context: .
args:
NGINX_#version: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}