Merge pull request 'Mount a config directory for redmine-mysql' (#382) from mysql-native-password into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#382 Reviewed-by: dkdent <dkdent@netz39.de>
This commit is contained in:
commit
5ba766887d
2 changed files with 2 additions and 1 deletions
|
@ -454,6 +454,7 @@
|
||||||
MYSQL_DATABASE: "{{ redmine_database }}"
|
MYSQL_DATABASE: "{{ redmine_database }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ data_dir }}/redmine/mysql:/var/lib/mysql"
|
- "{{ data_dir }}/redmine/mysql:/var/lib/mysql"
|
||||||
|
- "{{ data_dir }}/redmine/mysql-config:/etc/mysql/conf.d"
|
||||||
networks:
|
networks:
|
||||||
- name: redminenet
|
- name: redminenet
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue