feat(traccar): Update to Traccar 6

This commit is contained in:
2025-03-05 02:27:53 +01:00
parent 9cfdc2ee54
commit af685d8788
13 changed files with 47 additions and 97 deletions

View File

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

View File

@@ -1,6 +0,0 @@
[mysqld]
innodb_buffer_pool_size = 512M
innodb_redo_log_capacity = 512M
innodb_flush_method = O_DIRECT
innodb_flush_log_at_trx_commit = 0
tmpdir = /tmp/mysql