Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql failed in azure #49

Open
alejan2x opened this issue Feb 11, 2019 · 1 comment
Open

mysql failed in azure #49

alejan2x opened this issue Feb 11, 2019 · 1 comment

Comments

@alejan2x
Copy link

Hello , I an trying install the version of lejmr/iredmail:mysql-0.9.7 in my server cloud (Azure), but ever its show me follow error:

Waiting for MySQL is up
.mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 13 - Permission denied)
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!

I ran:

docker run --privileged -p 3000:80 -p 443:443 -p 110:110 -p 587:587 -p 995:995 -p 993:993 -p 143:143 -e "DOMAIN=mydomain.com" -e "HOSTNAME=mail" -e "MYSQL_ROOT_PASSWORD=root" -e "SOGO_WORKERS=1" -e "TIMEZONE=Europe/Prague" -e "POSTMASTER_PASSWORD={SSHA512}mbjedENKHAewCV+VleLJBxMra9FsdNjZbtQi7aeTSe5wCejn4lf3JVhphVNTGKLcVvr1a5e2TcN5jhDSGeC5ZYUP5n0=" -e "IREDAPD_PLUGINS=['reject_null_sender', 'reject_sender_login_mismatch', 'greylisting', 'throttle', 'amavisd_wblist', 'sql_alias_access_policy']" -v $(pwd)/mysql:/var/lib/mysql -v $(pwd)/vmail:/var/vmail -v $(pwd)/clamav:/var/lib/clamav --name=mailServer lejmr/iredmail:mysql-0.9.7

My server cloud :
kernel => Linux
kernelmajversion => 4.15
kernelrelease => 4.15.0-1035-azure
kernelversion => 4.15.0lsb

Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic

*but if I run this in my local computer work perfectly.

@lejmr
Copy link
Owner

lejmr commented Jan 13, 2020

Please test version lejmr/iredmail:mysql-1.0-latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants