Skip to content

Commit

Permalink
Link to release docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Dec 8, 2024
1 parent a8478da commit f665857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/install/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f665857

Please sign in to comment.