Skip to content

Commit

Permalink
DOCKW-72 docker-compose: Mysql -> MariaDB
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 17, 2024
1 parent ae25f39 commit 93958a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- ./custom/themes:/app/html/themes/custom
- ./tests:/app/tests
drupal-mysql-lib-unb-ca:
image: mysql:5.7
image: mariadb:10.11
restart: unless-stopped
command: mysqld --skip-name-resolve --max_allowed_packet=64M
env_file:
Expand Down

0 comments on commit 93958a2

Please sign in to comment.