Skip to content
Snippets Groups Projects
Commit 6cefdc8d authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

fix

parent afb54a5b
No related branches found
No related tags found
1 merge request!991Store nginx logs
Pipeline #124688 passed
......@@ -29,7 +29,7 @@ FROM ${DEPENDENCY_PROXY}nginxinc/nginx-unprivileged:1.25
# Copy custom conf to write logs into file to persist them
COPY nginx/nginx.conf /etc/nginx/nginx.conf
RUN mkdir -p /tmp/log && chmod g+w /tmp/log
RUN mkdir -p /tmp/log && chmod a+w /tmp/log
# Copy nginx modified conf with template (cf. "Using environment variables in nginx configuration" in https://hub.docker.com/_/nginx )
COPY nginx/templates/default.conf.template /etc/nginx/templates/default.conf.template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment