Skip to content
Snippets Groups Projects
Commit ff19d1f2 authored by jabertwo's avatar jabertwo
Browse files

always restart mail db

parent cda1d69d
No related branches found
No related tags found
No related merge requests found
......@@ -144,6 +144,7 @@ services:
db:
image: mariadb:10.5
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: always
volumes:
- "{{ basedir }}/db:/var/lib/mysql"
- "{{ basedir }}/db-init:/docker-entrypoint-initdb.d:ro"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment