mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Update docker-compose.yml (#1443)
* Pin MariaDB to 10.4.12 in `docker-compose.yml`
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
|||||||
internal:
|
internal:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.4
|
image: mariadb:10.4.12
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=ctfd
|
- MYSQL_ROOT_PASSWORD=ctfd
|
||||||
|
|||||||
Reference in New Issue
Block a user