mirror of
https://github.com/knadh/listmonk.git
synced 2025-12-05 16:00:03 +01:00
Fix docker-compose curl command examples.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user