Skip to content

Commit

Permalink
Upgrade to MariaDB 11.4 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
wireblue committed Oct 1, 2024
1 parent 9fe060a commit 2ed2392
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It includes all the required dependencies for everyday PHP development with comm
- Wordpress CLI*
- ZSH*
- Mailpit
- MariaDB 10.11 LTS
- MariaDB 11.4 LTS

<p><i>* Available in latest PHP container</i></p>

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ services:
dockerfile: ./Dockerfile
env_file:
- .env
environment:
- MARIADB_AUTO_UPGRADE=true
ports:
- "3306:3306"
volumes:
- ./mysql/data:/var/lib/mysql
command: mysqld --sql_mode=""
command: mariadbd --sql_mode=""
networks:
lde-network:

Expand Down
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mariadb:10.11
FROM mariadb:11.4

LABEL maintainer.name="Pivotal Agency" \
maintainer.email="[email protected]"
Expand Down

0 comments on commit 2ed2392

Please sign in to comment.