Skip to content

Commit

Permalink
Updates MariaDB to 10.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoFara committed Nov 23, 2024
1 parent ee3eb9c commit fba2b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
web:
build:
Expand All @@ -25,7 +24,8 @@ services:
MYSQL_ALLOW_EMPTY_PASSWORD: "no"
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
hostname: ${DB_HOSTNAME}
image: mariadb:10.7
image: mariadb:10.11
restart: unless-stopped
volumes:
- ./lwt_db_data:/var/lib/mysql
- ./lwt_db_data:/var/lib/mysql

0 comments on commit fba2b01

Please sign in to comment.