Skip to content
Snippets Groups Projects
Verified Commit 91cde8dd authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Switch default image to unprivileged nginx

parent 782c352b
No related branches found
No related tags found
No related merge requests found
Pipeline #9689 failed
FROM docker.io/library/nginx:alpine FROM docker.io/nginxinc/nginx-unprivileged:alpine
COPY ./nginx.d/*.conf /etc/nginx/conf.d/ COPY ./nginx.d/*.conf /etc/nginx/conf.d/
EXPOSE 80/tcp EXPOSE 8080/tcp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment