Explicitly use mariadb 10.11 LTS

This commit is contained in:
Stephan Porada 2024-02-24 14:02:33 +01:00
parent 16679fc78a
commit c57924cb9e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ networks:
services:
gitea-db:
image: mariadb:10
image: mariadb:10.11
container_name: gitea-db
restart: unless-stopped
env_file: live.env