1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated README

This commit is contained in:
Eldad Fux 2020-03-19 21:01:47 +02:00
parent a0232bc321
commit 99c87e2f75

View file

@ -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 \