diff --git a/README.md b/README.md index d5ae8f26f..1aaa5b498 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/docs/content/installation.md b/docs/docs/content/installation.md index 8032de590..1cdd21c99 100644 --- a/docs/docs/content/installation.md +++ b/docs/docs/content/installation.md @@ -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 diff --git a/docs/site/layouts/index.html b/docs/site/layouts/index.html index bdae7e924..66e81ffb8 100644 --- a/docs/site/layouts/index.html +++ b/docs/site/layouts/index.html @@ -70,7 +70,7 @@

Docker

 # 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