17 lines
581 B
Bash
Executable File
17 lines
581 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run -e avatarUploadPass="123" \
|
|
-e avatarUploadUser="avatar" \
|
|
-e fcmApiKey="asdfghjkl" \
|
|
-e fcmApiUrl="http://fcmp:80/notify" \
|
|
-e fcmDelUrl="http://fcmp:80/delete" \
|
|
-e fileShareBaseUrl="https://phpfile.uxf.example.com/share.php/" \
|
|
-e fileShareSecret="g3h31m!" \
|
|
-e hybridaAuthUrl="http://192.168.23.3:80/" \
|
|
-e prosodyDBhost="172.17.0.1" \
|
|
-e prosodyDBname="prosody" \
|
|
-e prosodyDBpass="q3tx65test" \
|
|
-e prosodyDBuser="prosody" \
|
|
-e prosodyDomain="example.com" \
|
|
-p 5280:5280 -p 5281:5281 -p 5222:5222 -p 5269:5269 -p 5582:5582 "$1"
|