deploy: f8934fb1c7e1c21091fa884f2c543e2d7aa43b07

This commit is contained in:
Half-Shot 2022-04-05 17:01:56 +00:00
parent 4614bb3829
commit b82c5da832
4 changed files with 4 additions and 4 deletions

View File

@ -160,7 +160,7 @@ This feature is <b>experimental</b> and should only be used when you are reachin
<p><code>docker run --name github-bridge-redis -p 6379:6379 -d redis</code>.</p>
<p>The processes should all share the same config, which should contain the correct config enable redis:</p>
<pre><code class="language-yaml">queue:
monolithic: true
monolithic: false
port: 6379
host: github-bridge-redis
</code></pre>

View File

@ -1455,7 +1455,7 @@ This feature is <b>experimental</b> and should only be used when you are reachin
<p><code>docker run --name github-bridge-redis -p 6379:6379 -d redis</code>.</p>
<p>The processes should all share the same config, which should contain the correct config enable redis:</p>
<pre><code class="language-yaml">queue:
monolithic: true
monolithic: false
port: 6379
host: github-bridge-redis
</code></pre>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long