mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated README
This commit is contained in:
@@ -46,7 +46,6 @@ 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. Before running the installation command make sure you have [Docker](https://www.docker.com/products/docker-desktop) installed on your machine:
|
||||
|
||||
```bash
|
||||
mkdir appwrite-ce && cd appwrite-ce && \
|
||||
docker run -it --rm \
|
||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||
--volume "$(pwd)"/appwrite:/install/appwrite:rw \
|
||||
|
||||
Reference in New Issue
Block a user