Skip to content

Commit

Permalink
Fix MySQL 8.4, MariaDB 11.4 service (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
devishke-orange authored Jun 30, 2024
1 parent 4ba2fe0 commit 98a5619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ services:
image: mysql:8.4
ports:
- "${MYSQL_84_PORT:-3327}:3306"
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PW}
volumes:
- mysql-data-84:/var/lib/mysql
networks:
Expand Down Expand Up @@ -420,6 +422,8 @@ services:
ports:
- "${MARIADB_114_PORT:-3348}:3306"
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PW}
volumes:
- mariadb-data-114:/var/lib/mysql
networks:
- php-dev
Expand Down

0 comments on commit 98a5619

Please sign in to comment.