Skip to content

Commit b80a8a6

Browse files
committed
rollback mariadb version
1 parent 8cb0270 commit b80a8a6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

boilerplate-tooling/docker-compose.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ services:
33
# Image from: https://hub.docker.com/_/mariadb
44
db:
55
# image: mysql:5.7
6-
image: mariadb:10.7.3
6+
# NOTE: 10.7.x was corrupting NJHI and IOP imports for unknown reasons
7+
# image: mariadb:10.7.3
8+
image: mariadb:10.6.7
79
restart: always
810
volumes:
911
- db_data:/var/lib/mysql
@@ -14,8 +16,8 @@ services:
1416
MYSQL_DATABASE: wordpress
1517
MYSQL_USER: wordpress
1618
MYSQL_PASSWORD: wordpress
17-
command: >
18-
--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
19+
# command: >
20+
# --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
1921

2022
# Ideas On Purpose's local WordPress development environment.
2123
# Update image version with `docker run ideasonpurpose/wordpress init`
@@ -142,7 +144,7 @@ services:
142144
# Image from: https://hub.docker.com/_/mariadb
143145
mysqldump:
144146
# image: mysql:5.7
145-
image: mariadb:10.6.5
147+
image: mariadb:10.6.7
146148
profiles: ["utility"]
147149
depends_on:
148150
- db
@@ -174,7 +176,7 @@ services:
174176
# Image from: https://hub.docker.com/_/mariadb
175177
mysql-reload:
176178
# image: mysql:5.7
177-
image: mariadb:10.6.5
179+
image: mariadb:10.6.7
178180
profiles: ["utility"]
179181
depends_on:
180182
- db
@@ -199,7 +201,7 @@ services:
199201
# Image from: https://hub.docker.com/_/mariadb
200202
theme-activate:
201203
# image: mysql:5.7
202-
image: mariadb:10.6.5
204+
image: mariadb:10.6.7
203205
profiles: ["utility"]
204206
depends_on:
205207
- db

0 commit comments

Comments
 (0)