skip to Main Content

Docker volume mariadb has root permission

I stumbled across a problem with docker volumes while starting docker containers with a docker compose file (MariaDB, RabbitMQ, Maven). I start them simply with docker-compose up -d (WITHOUT SUDO) My volumes are definied like this: ... volumes: - ./production/mysql:/var/lib/mysql:z…

VIEW QUESTION
Back To Top
Search