Use mariadb:10.6.10 version

This commit is contained in:
Sven Skender 2023-04-26 15:00:33 +02:00
parent 8096078622
commit c6de85501f
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
version: '3.6'
version: "3.6"
services:
mariadb:
container_name: mariadb
image: mariadb:latest
image: mariadb:10.6.10
env_file:
- ".env"
networks: