1
0
Fork 0
mirror of synced 2024-06-22 04:30:29 +12:00

Updated README

This commit is contained in:
eldadfux 2019-05-24 08:52:09 +03:00
parent 4356b6440b
commit 3f46fb7f38
2 changed files with 2 additions and 8 deletions

View file

@ -30,7 +30,7 @@ The easiest way to start running your Appwrite server is by running our docker c
```bash
mkdir appwrite
&& cd appwrite
&& curl -o docker-compose.yml https://raw.githubusercontent.com/appwrite/appwrite/master/README.md
&& curl -o docker-compose.yml https://raw.githubusercontent.com/appwrite/appwrite/master/docker-compose.yml
&& docker-compose up -d --remove-orphans
```

View file

@ -35,7 +35,7 @@ services:
MYSQL_ROOT_PASSWORD: password
volumes:
- ./storage/db:/var/lib/mysql:rw
- ./app/db/SQL:/docker-entrypoint-initdb.d
- ./app/db/SQL:/docker-entrypoint-initdb.d:rw
ports:
- 3306:3306/tcp
@ -52,11 +52,5 @@ services:
volumes:
- ./storage/influxdb:/var/lib/influxdb
kapacitor:
image: kapacitor:1.5
environment:
- KAPACITOR_HOSTNAME=kapacitor
- KAPACITOR_INFLUXDB_0_URLS_0=http://influxdb:8086
#telegraf-statsd:
# image: registry.gitlab.com/appwrite/appwrite/telegraf-statsd