This commit is contained in:
github-actions[bot] 2023-08-30 05:21:59 +00:00
parent b99f3f19c5
commit f99fadee7f
3 changed files with 5 additions and 1 deletions

View file

@ -914,6 +914,10 @@
</ul>
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">&para;</a></h2>
<p>The latest image is available on DockerHub at <code>listmonk/listmonk:latest</code></p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Listmonk's docs and scripts use <code>docker compose</code>, which is compatible with the latest version of docker. If you installed docker and docker-compose from your Linux distribution, you probably have an older version and will need to use the <code>docker-compose</code> command instead, or you'll need to update docker manually. <a href="https://gist.github.com/MaximilianKohler/e5158fcfe6de80a9069926a67afcae11#docker-update">More info</a>.</p>
</div>
<p>Use the sample <a href="https://github.com/knadh/listmonk/blob/master/docker-compose.yml">docker-compose.yml</a> to run listmonk and Postgres DB with <code>docker compose</code> as follows:</p>
<h3 id="demo">Demo<a class="headerlink" href="#demo" title="Permanent link">&para;</a></h3>
<h4 id="easy-docker-install">Easy Docker install<a class="headerlink" href="#easy-docker-install" title="Permanent link">&para;</a></h4>

File diff suppressed because one or more lines are too long

Binary file not shown.