Skip to content

Commit d927051

Browse files
authored
Merge pull request #411 from appwrite/fix-6367-missing-manual-installation-files
Add manual installation files
2 parents 6ca536a + 7aa13e3 commit d927051

3 files changed

Lines changed: 897 additions & 1 deletion

File tree

src/routes/docs/advanced/self-hosting/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Make these configurations to unlock the full power of Appwrite.
104104

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

107-
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:
107+
For advanced Docker users, the manual installation might seem more familiar. To set up Appwrite manually, download the Appwrite base [`docker-compose.yml`](https://appwrite.io/install/compose) and [`.env`](https://appwrite.io/install/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:
108108

109109
```bash
110110
docker compose up -d --remove-orphans

0 commit comments

Comments
 (0)