jc21 / docker-mariadb-aria

Docker extension of the mariadb image that forces aria storage engine
30 stars 10 forks source link

Automatic updates? #6

Closed gabrielwhite closed 3 years ago

gabrielwhite commented 3 years ago

Hi,

I noticed that this docker image (last updated several months ago) is several versions behind the yobasystems image (last updated 11 days ago).

Is there any way updates can be automated? Or suggestions for how to use the yobasystems docker image and force aria?

Thanks,

Gabe

gabrielwhite commented 3 years ago

Ok, so I kind of solved this one by myself:

    volumes:
      - ./data/mysql:/var/lib/mysql
      - ./my.cnf:/etc/mysql/my.cnf