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 103316b commit 8e6e9f1
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 @@ -23,7 +23,7 @@ services:
- drupal-redis-lib-unb-ca
- drupal-solr-lib-unb-ca
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 8e6e9f1

Please sign in to comment.