1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 04:19:53 +02:00

downgrade to an ancient mariadb version so that more things would break

This commit is contained in:
Andrew Dolgov 2022-06-19 19:07:17 +03:00
parent b75287129f
commit 2f88359ffd
No known key found for this signature in database
GPG key ID: 1A56B4FA25D4AF2A

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: mariadb:10
image: mariadb:10.3.34
restart: unless-stopped
environment:
- MYSQL_USER=${TTRSS_DB_USER}