mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-30 01:15:01 +02:00
Updated docker-compose.yaml to use mariadb:10.5
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb:10.4
|
image: mariadb:10.5
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
Reference in New Issue
Block a user