Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correctly run official docker-compose.yml [onlyoffice] #544

Open
qiaofeng1227 opened this issue Dec 26, 2023 · 0 comments
Open

correctly run official docker-compose.yml [onlyoffice] #544

qiaofeng1227 opened this issue Dec 26, 2023 · 0 comments
Assignees
Labels
bug Type label, something isn't working handler Status label, Try to solve it but failed

Comments

@qiaofeng1227
Copy link
Contributor

qiaofeng1227 commented Dec 26, 2023

run onlyoffice workspace

直接运行官方docker-compose.workspace.yml

logs

ERROR 1146 (42S02) at line 1: Table 'onlyoffice_mailserver.greylisting_whitelist' doesn't exist
+ MAIL_SERVER_HOSTNAME=
+ [[ 1 -eq 0 ]]
+ sleep 10
+ '[' ']'
+ '[' 70 -lt 120 ']'
+ interval=80
++ mysql --silent --skip-column-names -h onlyoffice-mysql-server --port=3306 -u mail_admin --password=Isadmin123 -D onlyoffice_mailserver -e 'SELECT Comment from greylisting_whitelist where Source='\''SenderIP:172.20.0.5'\'' limit 1;'
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'onlyoffice_mailserver.greylisting_whitelist' doesn't exist
+ MAIL_SERVER_HOSTNAME=
+ [[ 1 -eq 0 ]]
+ sleep 10
+ '[' ']'
+ '[' 80 -lt 120 ']'
+ interval=90
++ mysql --silent --skip-column-names -h onlyoffice-mysql-server --port=3306 -u mail_admin --password=Isadmin123 -D onlyoffice_mailserver -e 'SELECT Comment from greylisting_whitelist where Source='\''SenderIP:172.20.0.5'\'' limit 1;'
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'onlyoffice_mailserver.greylisting_whitelist' doesn't exist

所以需要删除邮件服务容器后保证docker-compose能正常运行(server和document server web页面都能正常访问,所有容器无错误日志),环境变量文件.env是否有必要添加额外的环境变量请酌情考虑。

@qiaofeng1227 qiaofeng1227 added the bug Type label, something isn't working label Dec 26, 2023
@chendelin1982 chendelin1982 added the handler Status label, Try to solve it but failed label Jan 25, 2024
@qiaofeng1227 qiaofeng1227 changed the title can not access web page [onlyoffice] correctly run [onlyoffice] Apr 18, 2024
@qiaofeng1227 qiaofeng1227 changed the title correctly run [onlyoffice] correctly run official docker-compose.yml [onlyoffice] Apr 18, 2024
@Websoft9 Websoft9 deleted a comment from chendelin1982 Apr 18, 2024
@qiaofeng1227 qiaofeng1227 assigned half-yutou and unassigned Camelliw May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type label, something isn't working handler Status label, Try to solve it but failed
Projects
None yet
Development

No branches or pull requests

4 participants