[Resolved]NextCloudPi docker on openmediavault mysqld(mariadb) problem

Hello,
I have a problem if someone have any idea to solve it, it will be nice ^^
Iā€™m trying to install nextcloudpi on openmediavault using docker.
I have change the port to be fine with OMV
I have this error on the container initialisation : mysqladmin: connect to server at ā€˜localhostā€™ failed
error: ā€˜Canā€™t connect to local MySQL server through socket ā€˜/var/run/mysqld/mysqld.sockā€™ (2 ā€œNo such file or directoryā€)ā€™
Check that mysqld is running and that the socket: ā€˜/var/run/mysqld/mysqld.sockā€™ exists!
I think i must change the localhost with the RaspberryPi ip adress but iā€™m not sure.
Any idea ?

Thanks :slight_smile:

Hi,
I have written few lines on omv forum last December about ncp on omv through docker, did you read them?

Yes. Better the ip address of your MySQL server. If thatā€™s a container itā€™s the container name instead of localhost.

thanks for your response :slight_smile:
I have found the problem, itā€™s linked to another mariadb container i used itā€™s create a conflict, so i have delete it and restart the docker deamon and itā€™s working now :wink:
thanks again ^^