feat(traccar): Update to Traccar 6

This commit is contained in:
2025-03-05 02:28:20 +01:00
parent f568db0ffb
commit 90afffb41c
10 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ARG MYSQL_VERSION
FROM "mysql:${MYSQL_VERSION}"
RUN mkdir -p /tmp/mysql

View File

View File

@@ -0,0 +1,5 @@
[mysqld]
innodb_buffer_pool_size = 512M
innodb_redo_log_capacity = 512M
innodb_flush_method = O_DIRECT
innodb_flush_log_at_trx_commit = 0

View File