Skip to content

Commit

Permalink
Merge pull request #946 from davzucky/ngix_rootless
Browse files Browse the repository at this point in the history
Setup nginx to run on rootless mode
  • Loading branch information
znicholasbrown committed Jul 21, 2021
2 parents b86d4c9 + e2327e6 commit caaad3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Expand Up @@ -4,7 +4,7 @@

### Features and Improvements

- None
- Setup Ngnix to run on rootless mode

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -22,7 +22,7 @@ RUN npm ci
# Build static files
RUN npm run build

FROM nginx:stable
FROM nginxinc/nginx-unprivileged:stable

# Update package list and install the jq package
# which we use for manipulating settings JSON blobs
Expand Down

0 comments on commit caaad3c

Please sign in to comment.