kphcdr 5 months ago
parent
commit
40656916d0
2 changed files with 1 additions and 1 deletions
  1. 0 1
      config/mysql/mysqld.cnf
  2. 1 0
      docker-compose.yml

+ 0 - 1
config/mysql/mysqld.cnf

@@ -23,7 +23,6 @@
 pid-file	= /var/run/mysqld/mysqld.pid
 socket		= /var/run/mysqld/mysqld.sock
 datadir		= /var/lib/mysql
-log-error	= /var/log/mysql/error.log
 # By default we only accept connections from localhost
 #bind-address	= 127.0.0.1
 # Disabling symbolic-links is recommended to prevent assorted security risks

+ 1 - 0
docker-compose.yml

@@ -60,6 +60,7 @@ services:
     container_name: ${ABBREVIATION}-node
     image: node:16.16.0
     restart: always
+    tty: true
     volumes:
       - ./www:/www
     networks: