ONLYOFFICE / Docker-DocumentServer

ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
GNU Affero General Public License v3.0
1.46k stars 502 forks source link

Error while using lets encrypt #607

Open AndreySolod opened 1 year ago

AndreySolod commented 1 year ago

Hello, when I am using command: sudo docker run -i -t -p 80:80 -p 443:443 -e LETS_ENCRYPT_DOMAIN=your_domain -e LETS_ENCRYPT_MAIL=your_mail onlyoffice where "onlyoffice" was build by "docker build . -t onlyoffice", I have this problem: image And when I using normal email, I have this problem: image

Sciti commented 1 month ago

Same here. Specifying domain and mail in compose environment, but certbot says that challenges have failed. How to modify certbot startup parameters to include -v?