Skip to content

Commit

Permalink
Merge pull request #304 from appwrite/add-link-to-docker-file
Browse files Browse the repository at this point in the history
fix missing link in self-hosting
  • Loading branch information
Vincent (Wen Yu) Ge authored Nov 15, 2023
2 parents 3a9be55 + 47331ff commit c8d3e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/advanced/self-hosting/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Make these configurations to unlock the full power of Appwrite.

# Manual (Docker Compose) {% #manual %}

For advanced Docker users, the manual installation might seem more familiar. To set up Appwrite manually, download the Appwrite base `docker-compose.yml` and `.env` files, then move them inside a directory named `appwrite`. After the download completes, update the different environment variables as you wish in the `.env` file and start the Appwrite stack using the following Docker command:
For advanced Docker users, the manual installation might seem more familiar. To set up Appwrite manually, download the Appwrite base `docker-compose.yml` and `.env` files from the [Appwrite repo](https://github.com/appwrite/appwrite), then move them inside a directory named `appwrite`. After the download completes, update the different environment variables as you wish in the `.env` file and start the Appwrite stack using the following Docker command:

```bash
docker compose up -d --remove-orphans
Expand Down

0 comments on commit c8d3e2f

Please sign in to comment.