forked from coop-cloud/traefik
support zulip self signed cert
This commit is contained in:
parent
85d0c159b0
commit
8be9f387e5
@ -147,3 +147,6 @@ COMPOSE_FILE="compose.yml"
|
|||||||
# NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this
|
# NOTE(3wc): as of 2024-04-01 only the `icecast` recipe uses this
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.web-alt.yml"
|
||||||
#WEB_ALT_ENABLED=1
|
#WEB_ALT_ENABLED=1
|
||||||
|
|
||||||
|
## Zulip
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.zulip.yml"
|
||||||
|
5
compose.zulip.yml
Normal file
5
compose.zulip.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
command:
|
||||||
|
- "--serversTransport.insecureSkipVerify=true"
|
Loading…
x
Reference in New Issue
Block a user