diff --git a/README.md b/README.md
index ec38ad5977207938f75c2175af3a7cf525ad6f3a..00627a9762aa30cea82dec413ac31e58b118dc2c 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 6409a000d0973cc90b197644b7920758170ab109..9685a258ecd867d752d9673f4497a990675bf36b 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: