1
0
Fork 0
mirror of synced 2024-06-25 17:50:38 +12:00

Updated mariadb test conatiner

This commit is contained in:
eldadfux 2019-09-14 10:30:11 +03:00
parent 31bc41c5ec
commit c7b5606de3
2 changed files with 2 additions and 3 deletions

View file

@ -35,6 +35,7 @@ services:
- ./storage/db:/var/lib/mysql:rw
ports:
- 3306:3306/tcp
command: mysqld --innodb-flush-method=fsync
smtp:
image: appwrite/smtp:1.0.0

View file

@ -5,6 +5,4 @@ LABEL maintainer="team@appwrite.io"
# Add appwrite schema and tables
ADD ./all.sql /docker-entrypoint-initdb.d/all.sql
RUN chown -R mysql:mysql /docker-entrypoint-initdb.d/
CMD [ "mysqld", "--innodb-flush-method=fsync" ]
RUN chown -R mysql:mysql /docker-entrypoint-initdb.d/