Update README.md

This commit is contained in:
Eldad A. Fux
2019-12-05 17:08:40 +02:00
committed by GitHub
parent 739d2905c4
commit 1c31320570
+1 -1
View File
@@ -47,7 +47,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.3.0 && \
curl -o docker-compose.yml https://appwrite.io/docker-compose.yml?version=0.3.0&port=80 && \
docker-compose up -d --remove-orphans
```