Changes
parent
cd6ab4b464
commit
defe57d24d
|
@ -175,7 +175,7 @@ docker-compose exec dovecot-mailcow doveadm
|
|||
|
||||
### Remove persistent data
|
||||
|
||||
Remove mysql-vol-1 to get rid fo MySQL data. To the same for redis-vol-1 to remove Redis data.
|
||||
Remove volume mysql-vol-1 to get rid fo MySQL data. Do the same for volume redis-vol-1 to remove Redis data.
|
||||
|
||||
### Scale it
|
||||
|
||||
|
|
|
@ -11,4 +11,3 @@ default-character-set = utf8mb4
|
|||
|
||||
[mysql]
|
||||
default-character-set = utf8mb4
|
||||
#sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
|
||||
|
|
Loading…
Reference in New Issue