Merge branch 'master' of github.com:appwrite/appwrite

This commit is contained in:
eldadfux 2019-12-05 19:05:53 +02:00
commit 25f50b6c36
2 changed files with 2 additions and 2 deletions

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
```

View file

@ -15,7 +15,7 @@ fi
echo 'Starting build...'
docker build -t appwrite/appwrite:"$1" .
docker build --build-arg VERSION="$1" --tag appwrite/appwrite:"$1" .
echo 'Pushing build to registry...'