Remove log-error file in docker mysql

This commit is contained in:
Evgeniy Antonyuk 2023-03-17 14:21:36 +03:00
parent a946f43a99
commit e1d81939bf
2 changed files with 0 additions and 3 deletions

View File

@ -3,5 +3,3 @@ sql_mode = 'NO_ENGINE_SUBSTITUTION'
max_connections = 1000
max_allowed_packet = 1048576000
group_concat_max_len = 2048
log-error = /var/log/mysql/error.log

View File

@ -24,7 +24,6 @@ services:
- ./config/mysql/conf.d/:/etc/mysql/conf.d
networks:
- ${NETWORK_NAME}
tmpfs: /var/log/mysql/
networks:
onlyoffice: