lippserd / docker-compose-icinga

docker-compose Icinga stack
92 stars 85 forks source link

doc: mysql permissions error and mitigation #46

Open chickenandpork opened 1 year ago

chickenandpork commented 1 year ago

Running into a deployment issue, I wanted to document the mitigation.

The TL;DR is: mitigate before docker-compose up using: chmod -R ugo+rx env/mysql

Of note: my docker-compose is a 1.28 whereas the most recent commit(s) have upgraded for a docker-compose 2.7. That may be the source of my issue, and if so, I'd prefer to still document it for others in case it's related to an evolving mariadb container.