mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +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:
|
||||
|
||||
db:
|
||||
image: mariadb:10.4
|
||||
image: mariadb:10.4.12
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=ctfd
|
||||
|
||||
Reference in New Issue
Block a user