mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +08:00
deploy: 8ef71aa7a4
This commit is contained in:
parent
7bd9f2483c
commit
e7891235e1
3 changed files with 3 additions and 3 deletions
|
@ -1309,7 +1309,7 @@
|
|||
<p>The latest image is available on DockerHub at <code>listmonk/listmonk:latest</code></p>
|
||||
<p>The recommended method is to download the <a href="https://github.com/knadh/listmonk/blob/master/docker-compose.yml">docker-compose.yml</a> file, customize it for your environment and then to simply run <code>docker compose up -d</code>.</p>
|
||||
<div class="highlight"><pre><span></span><code><span class="c1"># Download the compose file to the current directory.</span>
|
||||
curl<span class="w"> </span>-O<span class="w"> </span>https://github.com/knadh/listmonk/blob/master/docker-compose.yml
|
||||
curl<span class="w"> </span>-LO<span class="w"> </span>https://github.com/knadh/listmonk/raw/master/docker-compose.yml
|
||||
|
||||
<span class="c1"># Run the services in the background.</span>
|
||||
docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
released on 27 Oct 2024.
|
||||
See <a href=https://github.com/knadh/listmonk/releases/tag/v4.0.0>release notes.</a></p><br><div class=row><div class=col-6><div class=box><h3>Binary</h3><ul class=install-steps><li class=download-links>Download binary:<br><a href=https://github.com/knadh/listmonk/releases/download/v4.0.0/listmonk_4.0.0_linux_amd64.tar.gz>Linux</a></li><li><code>./listmonk --new-config</code> to generate config.toml. Edit it.</li><li><code>./listmonk --install</code> to setup the Postgres DB or <code>--upgrade</code> to upgrade an existing DB.</li><li>Run <code>./listmonk</code> and visit <code>http://localhost:9000</code></li></ul><p><a href=/docs/installation>Installation docs →</a></p><br><h3>Hosting providers</h3><a href=https://railway.app/new/template/listmonk><img src=https://railway.app/button.svg alt="One-click deploy on Railway" style=max-height:32px></a><br><a href="https://www.pikapods.com/pods?run=listmonk"><img src=https://www.pikapods.com/static/run-button.svg alt="Deploy on PikaPod"></a><br><a href="https://dash.elest.io/deploy?soft=Listmonk&id=237"><img height=33 src=https://github.com/elestio-examples/wordpress/raw/main/deploy-on-elestio.png alt="Deploy on Elestio"></a><br><a href=https://zeabur.com/templates/5EDMN6><img width=148 src=https://zeabur.com/button.svg alt="Deploy on Zeabur"></a><p><small>*listmonk has no affiliation with any of these providers.</small></p></div></div><div class=col-6><div class=box><h3>Docker</h3><p><a href="https://hub.docker.com/r/listmonk/listmonk/tags?page=1&ordering=last_updated&name=latest"><code>listmonk/listmonk:latest</code></a></p><p>Download and use the sample <a href=https://github.com/knadh/listmonk/blob/master/docker-compose.yml>docker-compose.yml</a></p><pre>
|
||||
# Download the compose file to the current directory.
|
||||
curl -O https://github.com/knadh/listmonk/blob/master/docker-compose.yml
|
||||
curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml
|
||||
|
||||
# Run the services in the background.
|
||||
docker compose up -d
|
||||
|
|
Loading…
Reference in a new issue