From 1c313205703ea0cec2535dceadb3b3f12094ba02 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Thu, 5 Dec 2019 17:08:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e43bb4ff..1f4ebc230 100644 --- a/README.md +++ b/README.md @@ -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 ```