Uses a new config directory in the docker compose project directory (prev. it used ~/.jitsi-meet-cfg)
This commit is contained in:
parent
a9aa130c60
commit
b0c1a4b0be
2 changed files with 10 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
# Directory where all configuration will be stored.
|
||||
CONFIG=~/.jitsi-meet-cfg
|
||||
CONFIG=./conf
|
||||
|
||||
# Exposed HTTP port.
|
||||
HTTP_PORT={{ jitsi_exposed_http_port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue