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 7dbc51f commit a467d0e
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
@@ -1,6 +1,6 @@
services:
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 a467d0e

Please sign in to comment.