Proxy zu dem Netzwerk "webproxy" hinzugefügt
This commit is contained in:
parent
33cca1c430
commit
939c7190d5
|
@ -1,5 +1,10 @@
|
||||||
---
|
---
|
||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
webproxy:
|
||||||
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
letsencrypt:
|
letsencrypt:
|
||||||
image: linuxserver/letsencrypt
|
image: linuxserver/letsencrypt
|
||||||
|
@ -19,6 +24,8 @@ services:
|
||||||
- STAGING=false
|
- STAGING=false
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/letsencrypt:/config
|
- /opt/appdata/letsencrypt:/config
|
||||||
|
networks:
|
||||||
|
- webproxy
|
||||||
ports:
|
ports:
|
||||||
- 443:443
|
- 443:443
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
Loading…
Reference in New Issue