Skip to content

Commit 9ed9b31

Browse files
authored
Update links in docs to current release (twentyhq#9553)
As this was missing I just updated to reference the files from the current release tag
1 parent 9d735b8 commit 9ed9b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/twenty-website/src/content/developers/self-hosting/docker-compose.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Follow these steps for a manual setup.
4444

4545
Copy the example environment file to a new .env file in your working directory:
4646
```bash
47-
curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.32.0/packages/twenty-docker/.env.example
47+
curl -o .env https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.35.0/packages/twenty-docker/.env.example
4848
```
4949

5050
2. **Generate Secret Tokens**
@@ -76,7 +76,7 @@ Follow these steps for a manual setup.
7676
Download the `docker-compose.yml` file to your working directory:
7777

7878
```bash
79-
curl -O https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.32.0/packages/twenty-docker/docker-compose.yml
79+
curl -O https://raw.githubusercontent.com/twentyhq/twenty/refs/tags/v0.35.0/packages/twenty-docker/docker-compose.yml
8080
```
8181

8282
### Step 3: Launch the Application

0 commit comments

Comments
 (0)