Updated README

This commit is contained in:
eldadfux
2019-05-24 08:56:23 +03:00
parent 3f46fb7f38
commit 9219bf873c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
CREATE DATABASE IF NOT EXISTS `data-3` /*!40100 DEFAULT CHARACTER SET utf8 */;
CREATE DATABASE IF NOT EXISTS `appwrite` /*!40100 DEFAULT CHARACTER SET utf8 */;
USE `data-3`;
USE `appwrite`;
CREATE TABLE IF NOT EXISTS `template.abuse.abuse` (
`id` int(11) NOT NULL AUTO_INCREMENT,
+2 -2
View File
@@ -18,7 +18,7 @@ services:
- _APP_REDIS_PORT=6379
- _APP_DB_HOST=mariadb
- _APP_DB_PORT=3306
- _APP_DB_SCHEMA=data-3
- _APP_DB_SCHEMA=appwrite
- _APP_DB_USER=root
- _APP_DB_PASS=password
- _APP_INFLUXDB_HOST=influxdb
@@ -35,7 +35,7 @@ services:
MYSQL_ROOT_PASSWORD: password
volumes:
- ./storage/db:/var/lib/mysql:rw
- ./app/db/SQL:/docker-entrypoint-initdb.d:rw
- ./app/db/SQL:/docker-entrypoint-initdb.d/:rw
ports:
- 3306:3306/tcp