Skip to content

Commit

Permalink
Changing base image to ngninx unprivileged
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Laurent de Morlhon <[email protected]>
  • Loading branch information
jeanlaurent committed Jan 26, 2024
1 parent 5d6bda0 commit 594a62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM nginx:1.25.3-alpine
FROM nginxinc/nginx-unprivileged:1.25.3-alpine
COPY static /usr/share/nginx/html
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
Sample images used by @jeanlaurent for testing various docker features.
It is a simple nginx app that display a nice whale riding waves.

`docker run -p 80:80 docker/jlwhale`
`docker run -p 80:8080 jeanlaurent/whale`
open your browser to [http://localhost](http://localhost)

0 comments on commit 594a62d

Please sign in to comment.