mirror of
https://github.com/Thumbscrew/nginx-docker-compose.git
synced 2025-07-01 18:39:04 +00:00
add customisable Nginx tag
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
FROM nginx:stable
|
||||
ARG NGINX_TAG
|
||||
FROM nginx:${NGINX_TAG}
|
||||
|
||||
COPY ./includes/ /etc/nginx/includes
|
Reference in New Issue
Block a user