Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/routes/docs/advanced/self-hosting/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,6 @@ Make these configurations to unlock the full power of Appwrite.

[Configure TLS Certificates](/docs/advanced/self-hosting/tls-certificates)

# 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 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
```

Once the Docker installation completes, go to your machine's hostname or IP address on your browser to access the Appwrite Console. Please note that on hosts that are not Linux-native, the server might take a few minutes to start after installation completes.

# Stop {% #stop %}

You can stop your Appwrite containers by using the following command executed from the same directory as your `docker-compose.yml` file.
Expand Down