This commit is contained in:
github-actions[bot] 2023-03-01 15:34:25 +00:00
parent 40798de600
commit a49c42ceb4
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1728,6 +1728,7 @@ chmod a+x ./setup.sh
<div class="admonition danger"> <div class="admonition danger">
<p class="admonition-title">Using the Correct Commands For Stopping and Starting DMS</p> <p class="admonition-title">Using the Correct Commands For Stopping and Starting DMS</p>
<p><strong>Use <code>docker compose up / down</code>, not <code>docker compose start / stop</code></strong>. Otherwise, the container is not properly destroyed and you may experience problems during startup because of inconsistent state.</p> <p><strong>Use <code>docker compose up / down</code>, not <code>docker compose start / stop</code></strong>. Otherwise, the container is not properly destroyed and you may experience problems during startup because of inconsistent state.</p>
<p>Using <code>Ctrl+C</code> <strong>is not supported either</strong>!</p>
</div> </div>
<p>You are able to get a full overview of how the configuration works by either running:</p> <p>You are able to get a full overview of how the configuration works by either running:</p>
<ol> <ol>