Pavel Lobashov

Results 862 comments of Pavel Lobashov

> I do not think giving access to secrets to bots is a safe thing Personally I don't think it's some kind of `bot`, it's a part of Github for...

@gustaff-weldon Ok, fair enought in that case I will not close this issue as author, but for me it's not a trouble any more

Hi bot, please do not close that issue

This idea is actual for v2.6.0 of `docker compose`. Still no any kind of warning (

Moving this issue to DocumentServer repo, since it's our base product and problem actual there too

> Eternal "Loading document/spreadsheet/..." I think this may be a problem with you system firewall, try to disable it and recheck I don't know what is firewall on Slackware, but...

Another idea - Do you accessed test example via 127.0.0.1 ip? you should use your local network ip (for example 192.168.1.238 for me), because 127.0.0.1 on your host (in which...

> Documentserver container is behind a reverse proxy (NPM) on the same server I think it's the reason, something is wrong with proxiyng > In this case I don't see...

You can try to setup DocumentServer without this reverse proxy to check that it is not the reason and if it will fail to work without it - we can...

@Entmatix I'm not sure about `netwrork_mode: host` since I've never used it Maybe check simplest run option via ``` docker run -itd -p 5000:80 onlyoffice/documentserver ```