Merge pull request #429 from SystemKeeper/patch-2

Fix example in docker README
This commit is contained in:
Joachim Bauch 2023-02-23 08:14:41 +01:00 committed by GitHub
commit 84c8378fe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,9 +71,9 @@ Example with two backends:
... \
-e BACKENDS="foo bar" \
-e BACKEND_FOO_URL=https://cloud.server1.tld \
-e BACKEND_FOO_SECRET=verysecret \
-e BACKEND_FOO_SHARED_SECRET=verysecret \
-e BACKEND_BAR_URL=https://cloud.server2.tld \
-e BACKEND_BAR_SECRET=moresecret \
-e BACKEND_BAR_SHARED_SECRET=moresecret \
...
See https://github.com/strukturag/nextcloud-spreed-signaling/blob/master/server.conf.in