Mount a config directory for redmine-mysql
This mount allows to add additional configuration, such as enabling the native password plugin for now so that we can continue using our database.
This commit is contained in:
parent
48bea2f979
commit
dec35c785a
1 changed files with 1 additions and 0 deletions
|
@ -454,6 +454,7 @@
|
|||
MYSQL_DATABASE: "{{ redmine_database }}"
|
||||
volumes:
|
||||
- "{{ data_dir }}/redmine/mysql:/var/lib/mysql"
|
||||
- "{{ data_dir }}/redmine/mysql-config:/etc/mysql/conf.d"
|
||||
networks:
|
||||
- name: redminenet
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue