File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
33
33
- {{name }}
34
34
depends_on:
35
35
- {{name }}DB
36
-
36
+
37
37
{{name | downcase }}DB:
38
38
container_name: {{name | downcase }}DB
39
39
platform: linux/amd64 #for platform error on Apple M1 chips
@@ -51,7 +51,7 @@ services:
51
51
{% else %}
52
52
{%- if dbtype == "mysql" %}
53
53
image: mysql:latest
54
- command: -- default-authentication-plugin=mysql_native_password
54
+ command: "--character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci -- default-authentication-plugin=mysql_native_password"
55
55
{%- else %}
56
56
image: mariadb:latest
57
57
{%- endif %}
@@ -69,7 +69,7 @@ services:
69
69
- '{{dbport }}:{{dbport }}'
70
70
networks:
71
71
- {{name | downcase }}
72
-
72
+
73
73
{{name | downcase }}Adminer:
74
74
container_name: {{name | downcase }}Adminer
75
75
image: adminer
You can’t perform that action at this time.
0 commit comments