Skip to content

Commit c8d3e2f

Browse files
author
Vincent (Wen Yu) Ge
authored
Merge pull request #304 from appwrite/add-link-to-docker-file
fix missing link in self-hosting
2 parents 3a9be55 + 47331ff commit c8d3e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, 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` 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:
108108

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

0 commit comments

Comments
 (0)