mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 18:00:17 -06:00
Auto-clean binlogs on docker compose
This commit is contained in:
@@ -2,6 +2,8 @@ services:
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
restart: unless-stopped
|
||||
command : "--binlog_expire_logs_seconds=3600"
|
||||
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: change_your_passwords_for_real_usage # TODO: Change this
|
||||
MYSQL_DATABASE: bugsink
|
||||
|
||||
Reference in New Issue
Block a user