mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update README.md
This commit is contained in:
@@ -25,10 +25,10 @@ Appwrite backend server is designed to run in a container environment. Running y
|
||||
The easiest way to start running your Appwrite server is by running our docker compose file:
|
||||
|
||||
```bash
|
||||
mkdir appwrite
|
||||
&& cd appwrite
|
||||
&& curl -o docker-compose.yml https://appwrite.io/docker-compose.yml
|
||||
&& docker-compose up -d --remove-orphans
|
||||
mkdir appwrite-ce && \
|
||||
cd appwrite-ce && \
|
||||
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml && \
|
||||
docker-compose up -d --remove-orphans
|
||||
```
|
||||
|
||||
Go to http://localhost to access the Appwrite console from your browser. For complete API documentation, visit [https://appwrite.io/docs](https://appwrite.io/docs)
|
||||
@@ -72,4 +72,4 @@ All code contributions - including those of people having commit access - must g
|
||||
|
||||
Fork the project, create a feature branch, and send us a pull request.
|
||||
|
||||
For security issues, please email [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue in GitHub.
|
||||
For security issues, please email [security@appwrite.io](mailto:security@appwrite.io) instead of posting a public issue in GitHub.
|
||||
|
||||
Reference in New Issue
Block a user