Skip to content

Commit 1c3bd3c

Browse files
author
Christoph Wolfes
authored
Merge pull request #16 from cloudogu/release/v1.17.1-2
Release/v1.17.1 2
2 parents f85185b + 61bd3f8 commit 1c3bd3c

3 files changed

Lines changed: 27 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN set -x \
2020
FROM registry.cloudogu.com/official/base:3.9.4-1
2121
LABEL maintainer="sebastian.sdorra@cloudogu.com" \
2222
name="official/nginx" \
23-
version="1.17.1-1"
23+
version="1.17.1-2"
2424

2525
ENV CES_CONFD_VERSION=0.3.1 \
2626
WARP_MENU_VERSION=0.4.3 \

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# nginx
2-
nginx Dogu for the Cloudogu EcoSystem
1+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/1280px-Nginx_logo.svg.png" alt="nginx logo" height="100px">
2+
3+
4+
[![GitHub license](https://img.shields.io/github/license/cloudogu/nginx.svg)](https://github.com/cloudogu/nginx/blob/master/LICENSE)
5+
[![GitHub release](https://img.shields.io/github/release/cloudogu/nginx.svg)](https://github.com/cloudogu/nginx/releases)
6+
7+
# Nginx Dogu
8+
9+
## About this Dogu
10+
11+
**Name:** official/nginx
12+
13+
**Description:** [Nginx](https://en.wikipedia.org/wiki/Nginx) is a web server which can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache
14+
15+
**Website:** https://www.nginx.com/
16+
17+
**Dependencies:** [base](https://github.com/cloudogu/base)
18+
19+
## Installation Ecosystem
20+
```
21+
cesapp install official/nginx
22+
23+
cesapp start nginx
24+
```
25+

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nginx",
3-
"Version": "1.17.1-1",
3+
"Version": "1.17.1-2",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

0 commit comments

Comments
 (0)