Skip to content

Commit

Permalink
Updated MariaDB version for compose
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jul 4, 2024
1 parent a6869a1 commit 24aea94
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 @@ -3,7 +3,7 @@ version: "3.9"
services:
mariadb:
hostname: mariadb
image: mariadb:10.11.7-jammy
image: mariadb:11.2.4-jammy
volumes:
- ./data:/var/lib/mysql:rw
restart: always
Expand Down

0 comments on commit 24aea94

Please sign in to comment.