mirror of
https://github.com/knadh/listmonk.git
synced 2025-09-13 09:54:37 +08:00
Fix docker-compose curl command examples.
This commit is contained in:
parent
120d27575b
commit
8ef71aa7a4
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ Download and use the sample [docker-compose.yml](https://github.com/knadh/listmo
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Download the compose file to the current directory.
|
# 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.
|
# Run the services in the background.
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
|
@ -21,7 +21,7 @@ The recommended method is to download the [docker-compose.yml](https://github.co
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Download the compose file to the current directory.
|
# 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.
|
# Run the services in the background.
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
# Download the compose file to the current directory.
|
# 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.
|
# Run the services in the background.
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
Loading…
Add table
Reference in a new issue