diff --git a/docs/install/docker/README.md b/docs/install/docker/README.md index 882377ffa1..ea03bcb1d8 100644 --- a/docs/install/docker/README.md +++ b/docs/install/docker/README.md @@ -112,7 +112,7 @@ Notes on how to setup DNS can be found [here](../dns-setup.md). Download the latest version of the FlowFuse Docker Compose file and example `.env` file used for installation configuration: ```bash -curl -o docker-compose.yml https://raw.githubusercontent.com/FlowFuse/docker-compose/refs/heads/main/docker-compose.yml +curl -L -o docker-compose.yml https://github.com/FlowFuse/docker-compose/releases/latest/download/docker-compose.yml curl -o .env https://raw.githubusercontent.com/FlowFuse/docker-compose/refs/heads/main/.env.example ``` @@ -236,7 +236,7 @@ Once you have finished setting up the admin user there are some Docker specific ``` 3. Download the latest Docker Compose files: ```bash - curl -o docker-compose.yml https://raw.githubusercontent.com/FlowFuse/docker-compose/refs/heads/main/docker-compose.yml + curl -L -o docker-compose.yml https://github.com/FlowFuse/docker-compose/releases/latest/download/docker-compose.yml ``` 4. Make sure the `.env` file is present and contains your installaction-specific configuration. Download an example `.env` file if needed: ```bash diff --git a/docs/quick-start/README.md b/docs/quick-start/README.md index 14d6c44c65..5d4d8f415d 100644 --- a/docs/quick-start/README.md +++ b/docs/quick-start/README.md @@ -45,7 +45,7 @@ This step is crucial for the proper functioning of the application. FlowFuse wil ## Step 2: Download Compose file ```bash -curl -o docker-compose.yml https://raw.githubusercontent.com/FlowFuse/docker-compose/refs/heads/main/docker-compose-quick-start.yml +curl -L -o docker-compose.yml https://github.com/FlowFuse/docker-compose/releases/latest/download/docker-compose-quick-start.yml ``` ## Step 3: Start the Application