docker-scripts/linux/ecosystem/nginx/1.18.0/php/docker-compose.yml

9 lines
210 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +03:00
#version: '3'
2021-06-02 02:47:18 +03:00
services:
app:
image: "epicmorg/nginx:${NGINX_VERSION}-php"
build:
context: .
args:
2024-06-21 16:22:11 +03:00
NGINX_#version: ${NGINX_VERSION}
2021-06-02 02:47:18 +03:00
NGINX_DOWNLOAD_URL: ${NGINX_DOWNLOAD_URL}