Skip to content

Commit 2de4b45

Browse files
authored
v1.2.7 (#14)
Major updates * Adding root index.html * Updating to use latest Alpine / Nginx
1 parent 4f0b514 commit 2de4b45

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:1.2.1
1+
FROM bcgdesign/nginx:alpine-3.13-1.2.2
22

33
LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx Proxy" \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.6
1+
1.2.7

overlay/www/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Welcome</title>
5+
</head>
6+
<body>
7+
<p>Welcome to Nginx Proxy.</p>
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)