mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-12 17:39:53 +02:00
downgrade to an ancient mariadb version so that more things would break
This commit is contained in:
parent
b75287129f
commit
2f88359ffd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mariadb:10
|
image: mariadb:10.3.34
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_USER=${TTRSS_DB_USER}
|
- MYSQL_USER=${TTRSS_DB_USER}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue