[root@localhost template]# docker-compose up
[+] Running 4/0
⠿ Container seatable-redis Created 0.0s
⠿ Container seatable-memcached Created 0.0s
⠿ Container seatable-mysql Created 0.0s
⠿ Container seatable Created 0.0s
Attaching to seatable, seatable-memcached, seatable-mysql, seatable-redis
seatable-redis | 1:C 18 Sep 2023 14:10:55.850 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
seatable-redis | 1:C 18 Sep 2023 14:10:55.850 # Redis version=5.0.7, bits=64, commit=00000000, modified=0, pid=1, just started
seatable-redis | 1:C 18 Sep 2023 14:10:55.850 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
seatable-redis | 1:M 18 Sep 2023 14:10:55.851 * Running mode=standalone, port=6379.
seatable-redis | 1:M 18 Sep 2023 14:10:55.852 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
seatable-redis | 1:M 18 Sep 2023 14:10:55.852 # Server initialized
seatable-redis | 1:M 18 Sep 2023 14:10:55.852 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
seatable-redis | 1:M 18 Sep 2023 14:10:55.852 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
seatable-redis | 1:M 18 Sep 2023 14:10:55.852 * DB loaded from disk: 0.000 seconds
seatable-redis | 1:M 18 Sep 2023 14:10:55.852 * Ready to accept connections
seatable-mysql | 2023-09-18 14:10:55+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.5+maria~ubu2204 started.
seatable-mysql | 2023-09-18 14:10:56+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
seatable-mysql | 2023-09-18 14:10:56+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.11.5+maria~ubu2204 started.
seatable-mysql | 2023-09-18 14:10:56+00:00 [Note] [Entrypoint]: MariaDB upgrade (mariadb-upgrade) required, but skipped due to $MARIADB_AUTO_UPGRADE setting
seatable-mysql | 2023-09-18 14:10:56 0 [Note] Starting MariaDB 10.11.5-MariaDB-1:10.11.5+maria~ubu2204 source revision 7875294b6b74b53dd3aaa723e6cc103d2bb47b2c as process 1
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Using transactional memory
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Number of transaction pools: 1
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
seatable-mysql | 2023-09-18 14:10:56 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
seatable-mysql | 2023-09-18 14:10:56 0 [Warning] mariadbd: io_uring_queue_init() failed with ENOSYS: check seccomp filters, and the kernel version (newer than 5.1 required)
seatable-mysql | 2023-09-18 14:10:56 0 [Warning] InnoDB: liburing disabled: falling back to innodb_use_native_aio=OFF
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Completed initialization of buffer pool
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
seatable-mysql | 2023-09-18 14:10:56 0 [ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.5.22. You must start up and shut down MariaDB 10.7 or earlier.
seatable-mysql | 2023-09-18 14:10:56 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
seatable-mysql | 2023-09-18 14:10:56 0 [Note] InnoDB: Starting shutdown...
seatable | *** Running /etc/my_init.d/01_init.sh...
seatable | *** Booting runit daemon...
seatable | *** Runit started as PID 16
seatable | *** Running /templates/enterpoint.sh...
seatable | 2023-09-18 22:10:56 Conf exists
seatable | 2023-09-18 22:10:56 Nginx ready
seatable | 2023-09-18 22:10:56 This is an idle script (infinite loop) to keep container running.
seatable-mysql | 2023-09-18 14:10:56 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
seatable-mysql | 2023-09-18 14:10:56 0 [Note] Plugin 'FEEDBACK' is disabled.
seatable-mysql | 2023-09-18 14:10:56 0 [ERROR] Unknown/unsupported storage engine: InnoDB
seatable-mysql | 2023-09-18 14:10:56 0 [ERROR] Aborting
seatable-mysql exited with code 1
然后一直不动了该怎么办呐