Mariadb failing on Pi with SMB volume

docker-compose: ---version: "2.1"services: mariadb: image: linuxserver/mariadb - Pastebin.com

“docker-compose up”: $ docker-compose upCreating volume "mariadb" with default driverCreating ma - Pastebin.com

Looking in the volume on my samba server, some files have been created:

drwxr-xr-x 3 dmariadb dmariadb 4096 Oct 24 20:42 ./log
drwxr-xr-x 2 dmariadb dmariadb 4096 Oct 24 20:42 ./log/mysql
drwxr-xr-x 2 dmariadb dmariadb 4096 Oct 24 20:42 ./databases
-rwxr--r-- 1 dmariadb dmariadb 3798 Oct 24 20:42 ./custom.cnf

Why does it create stuff and then complain it doesn’t have permissions? Does it change user during the container deploy? It doesn’t seem to be using the specified PUID

Any suggestions gratefully received!

Don’t use remote mounts for database software. We don’t recommend it as due to how they work, they don’t like it.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.