Fix docker-compose curl command examples.

This commit is contained in:
Kailash Nadh 2024-10-28 00:16:26 +05:30
parent 120d27575b
commit 8ef71aa7a4
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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