mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-13 02:55:04 +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
|
||||
# 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
|
||||
|
|
|
@ -21,7 +21,7 @@ The recommended method is to download the [docker-compose.yml](https://github.co
|
|||
|
||||
```shell
|
||||
# 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
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
<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