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

Updated readme version

This commit is contained in:
eldadfux 2019-10-22 07:08:58 +03:00
parent 3937e10a1d
commit 471bbb528d

View file

@ -34,7 +34,7 @@ The easiest way to start running your Appwrite server is by running our docker-c
```bash
mkdir appwrite-ce && \
cd appwrite-ce && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?version=0.2.0 && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?version=0.3.0 && \
docker-compose up -d --remove-orphans
```