blablabla
All checks were successful
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good
All checks were successful
Gitea/docker-base-images/nginx-routes/pipeline/head This commit looks good
This commit is contained in:
@@ -10,7 +10,10 @@ ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_P
|
||||
ENV NGINX_PROXY_SOURCE_ADDRESS=${NGINX_PROXY_SOURCE_ADDRESS:-"Please configure NGINX_PROXY_SOURCE_ADDRESS env!"}
|
||||
|
||||
# Copy default nginx configuration
|
||||
COPY default.nginx.conf /etc/nginx/nginx.conf
|
||||
#COPY default.nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Remove default nginx config
|
||||
RUN rm -r /etc/nginx/nginx.conf
|
||||
|
||||
# Copy entrypoint
|
||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user