fugasjunior / arma-server-manager

A web administration tool for managing Arma 3, Arma Reforger and DayZ dedicated servers
GNU General Public License v3.0
52 stars 11 forks source link

lock mysql version in docker #102

Closed m1kesk closed 4 months ago

m1kesk commented 7 months ago

currently, in docker you are using image for "mysql" without version ( default is latest ). Latest version can update with breaking changes (from version 5.6 to 7.x or 8.x ) and application will not work.

in docker-compose.yaml change image: mysql to image: mysql:8.3.0

note: latest tag version is currently 8.3.0 when creating this issue

fugasjunior commented 4 months ago

Thank you for the suggestion. Change to docker-compose.yml is now integrated into dev branch, closing the issue.