From 41c5afbd679399cba0dcd82c94cefee02f7b6555 Mon Sep 17 00:00:00 2001
From: Armin Co <armin.co@hs-bochum.de>
Date: Mon, 2 Nov 2020 20:59:53 +0100
Subject: [PATCH] Switch from deprecated to newer image.

---
 README.md          | 9 +++++++--
 docker-compose.yml | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ec38ad5..00627a9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
-# Letsencrypt Webserver
+# Reverse Proxy with certbot for Let's encrypt certificates
 
-Based on the image of https://github.com/linuxserver/docker-letsencrypt this repo provides a webserver with a reverse proxy and automated certificated creation by letsencrypt.
\ No newline at end of file
+**This repositorie is required by the cvh-olp project. It will be cloned automatically.**
+
+Based on the image of https://github.com/linuxserver/docker-swag this repo provides a webserver with a reverse proxy and automated certificated creation by letsencrypt.
+
+Example reverse proxy configurations can be found here:
+https://github.com/linuxserver/reverse-proxy-confs
\ No newline at end of file
diff --git a/docker-compose.yml b/docker-compose.yml
index 6409a00..9685a25 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.4'
 services:
     reverse_proxy:
         container_name: reverse_proxy
-        image: linuxserver/letsencrypt
+        image: linuxserver/swag
         cap_add:
             - NET_ADMIN # for fail2ban
         environment:
-- 
GitLab