Update YOURLS' mariadb to 10.10
This commit is contained in:
parent
b6705788e6
commit
6d5570b0f2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ services:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.8
|
image: mariadb:10.10
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=root
|
- MYSQL_ROOT_PASSWORD=root
|
||||||
- MYSQL_DATABASE=yourls
|
- MYSQL_DATABASE=yourls
|
||||||
|
|
Loading…
Reference in a new issue