Skip to content

Commit 1a221f5

Browse files
authored
Merge pull request #128 from universityofadelaide/mariadb-official
Switch to mariadb lts.
2 parents 5e9fffa + 807506b commit 1a221f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scaffold/optional/docker-compose.linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ services:
4747
extra_hosts:
4848
- host.docker.internal:host-gateway
4949
db:
50-
image: mariadb
50+
image: mariadb:lts
5151
environment:
5252
MYSQL_DATABASE: drupal
5353
MYSQL_USER: user
5454
MYSQL_PASSWORD: password
5555
MYSQL_ROOT_PASSWORD: super-secret-password
56+
command: --transaction-isolation=READ-COMMITTED
5657
networks:
5758
- default
5859

scaffold/optional/docker-compose.osx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ services:
5050
- PORT=9000
5151

5252
db:
53-
image: mariadb
53+
image: mariadb:lts
5454
network_mode: service:web
5555
environment:
5656
MYSQL_DATABASE: drupal
5757
MYSQL_USER: user
5858
MYSQL_PASSWORD: password
5959
MYSQL_ROOT_PASSWORD: super-secret-password
60+
command: --transaction-isolation=READ-COMMITTED
6061

6162
mail:
6263
image: axllent/mailpit

0 commit comments

Comments
 (0)