docker-scripts/linux/ecosystem/nginx/1.18.0/rtmp-hls/docker-compose.yml

9 lines
213 B
YAML
Raw Normal View History

2024-02-09 13:51:53 +03:00
version: '3'
2021-06-02 02:47:18 +03:00
services:
app:
image: "epicmorg/nginx:${NGINX_VERSION}-rtmp-hls"
build:
context: .
args:
NGINX_VERSION: ${NGINX_VERSION}
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}