seatable无法启动dependency failed to start: container seatable-mysql is unhealthy

[+] Running 5/5
:heavy_check_mark: Network frontend-net Created 0.1s
:heavy_check_mark: Network backend-seatable-net Created 0.1s
:heavy_check_mark: Container seatable-redis Started 1.7s
✘ Container seatable-mysql Error 65.8s
:heavy_check_mark: Container seatable Created 0.1s
dependency failed to start: container seatable-mysql is unhealthy
报这个错误怎么办?

.env文件配置如下

COMPOSE_FILE=‘docker-compose.yml’

COMPOSE_PATH_SEPARATOR=‘,’

SEATABLE_IMAGE=seatable/seatable-developer:latest

SEATABLE_VOLUMES=/opt/seatable/seatable-data

SEATABLE_MYSQL_VOLUMES=/opt/seatable/mysql-data

SEATABLE_MYSQL_DB_HOST=db

SEATABLE_MYSQL_ROOT_PASSWORD=abcd1234

TIME_ZONE=‘Asia/Shanghai’

SEATABLE_SERVER_HOSTNAME=192.168.1.26

SEATABLE_SERVER_PROTOCOL=http

SEATABLE_SERVER_LETSENCRYPT=False

SEATABLE_SSL_PORT=

SEATABLE_ADMIN_EMAIL=admin@seatable.cn

SEATABLE_ADMIN_PASSWORD=abcd1234

1 个赞