Proxy zu dem Netzwerk "webproxy" hinzugefügt

This commit is contained in:
bmen 2019-09-12 22:55:37 +02:00
parent 33cca1c430
commit 939c7190d5
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,10 @@
---
version: "2"
networks:
webproxy:
external: true
services:
letsencrypt:
image: linuxserver/letsencrypt
@ -19,6 +24,8 @@ services:
- STAGING=false
volumes:
- /opt/appdata/letsencrypt:/config
networks:
- webproxy
ports:
- 443:443
- 80:80