We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0b514 commit 2de4b45Copy full SHA for 2de4b45
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bcgdesign/nginx:1.2.1
+FROM bcgdesign/nginx:alpine-3.13-1.2.2
2
3
LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
4
org.label-schema.name="Nginx Proxy" \
VERSION
@@ -1 +1 @@
-1.2.6
+1.2.7
overlay/www/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>Welcome</title>
5
+</head>
6
+<body>
7
+<p>Welcome to Nginx Proxy.</p>
8
+</body>
9
+</html>
0 commit comments