I’ve been searching for your email!
We help businesses increase $50-100K/MRR per rep by securing 10-25 high-opportunity sales meetings at no ad spend cost.
I’d love to share some insights with you. Interested?
Find a time: https://www.ddlink.us/home
Digital Domination
Not Interested? Reply with Unsubscribe.
]]>Hi Eugene, thanks very much that you like this small tutorial, you also made my day! If you have further questions, just let me know! 😀 (P.S Sorry, I just found that you left the message here….)
]]>Hi, I found the problem, mounting local folders in a non-root container is problematic, so you can fix it adding to the docker-compose.yml this:
fix-mariadb-permissions:
image: ‘bitnami/mariadb:latest’
user: root
command: chown -R 1001:1001 /bitnami
volumes:
– /tmp/data/mysql:/bitnami
More info here: https://github.com/bitnami/bitnami-docker-mariadb/issues/136#issuecomment-354644226
]]>