Skip to content
Snippets Groups Projects
Commit 41c5afbd authored by Armin Co's avatar Armin Co
Browse files

Switch from deprecated to newer image.

parent 6361cda8
No related branches found
No related tags found
No related merge requests found
# 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. **This repositorie is required by the cvh-olp project. It will be cloned automatically.**
\ No newline at end of file
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
...@@ -2,7 +2,7 @@ version: '3.4' ...@@ -2,7 +2,7 @@ version: '3.4'
services: services:
reverse_proxy: reverse_proxy:
container_name: reverse_proxy container_name: reverse_proxy
image: linuxserver/letsencrypt image: linuxserver/swag
cap_add: cap_add:
- NET_ADMIN # for fail2ban - NET_ADMIN # for fail2ban
environment: environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment