Skip to content

Commit 594a62d

Browse files
committed
Changing base image to ngninx unprivileged
Signed-off-by: Jean-Laurent de Morlhon <[email protected]>
1 parent 5d6bda0 commit 594a62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx:1.25.3-alpine
1+
FROM nginxinc/nginx-unprivileged:1.25.3-alpine
22
COPY static /usr/share/nginx/html

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Sample images used by @jeanlaurent for testing various docker features.
33
It is a simple nginx app that display a nice whale riding waves.
44

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

0 commit comments

Comments
 (0)