mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated README
This commit is contained in:
+2
-2
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user