Explicitly use mariadb 10.11 LTS

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

View File

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