Must use MySQL 5.7 for default row format atm, moved volumes etc., some changes to Dockerfiles

This commit is contained in:
andryyy
2016-12-18 00:10:52 +01:00
parent 7ef70e4c81
commit cd6ab4b464
6 changed files with 42 additions and 38 deletions

View File

@@ -12,8 +12,8 @@ services:
aliases:
- pdns
mariadb-mailcow:
image: mariadb:latest
mysql-mailcow:
image: mysql:latest
depends_on:
- pdns-mailcow
volumes:
@@ -91,7 +91,7 @@ services:
image: andryyy/mailcow-dockerized:sogo
depends_on:
- pdns-mailcow
- mariadb-mailcow
- mysql-mailcow
environment:
- DBNAME=${DBNAME}
- DBUSER=${DBUSER}
@@ -191,7 +191,7 @@ services:
nginx-mailcow:
depends_on:
- mariadb-mailcow
- mysql-mailcow
- sogo-mailcow
- php-fpm-mailcow
- rspamd-mailcow