We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d4860 commit deab3b2Copy full SHA for deab3b2
app/Services/Reverb.php
@@ -40,6 +40,9 @@ class Reverb extends BaseService
40
-e REVERB_APP_ID="${:app_id}" \
41
-e REVERB_SERVER_HOST="0.0.0.0" \
42
-e REVERB_SERVER_PORT="${:port}" \
43
+ -e REVERB_HOST="0.0.0.0" \
44
+ -e REVERB_PORT="${:port}" \
45
+ -e REVERB_SCHEME="http" \
46
"${:organization}"/"${:image_name}":"${:tag}"';
47
48
protected function shellCommand(): string
0 commit comments