mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-03 20:06:37 +08:00
deploy: 34d86fc387
This commit is contained in:
parent
b99f3f19c5
commit
f99fadee7f
3 changed files with 5 additions and 1 deletions
|
@ -914,6 +914,10 @@
|
|||
</ul>
|
||||
<h2 id="docker">Docker<a class="headerlink" href="#docker" title="Permanent link">¶</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">¶</a></h3>
|
||||
<h4 id="easy-docker-install">Easy Docker install<a class="headerlink" href="#easy-docker-install" title="Permanent link">¶</a></h4>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Add table
Reference in a new issue