diff --git a/apps/onlyofficedocs/docker-compose.yml b/apps/onlyofficedocs/docker-compose.yml index 2ee2576fb..d316f893b 100644 --- a/apps/onlyofficedocs/docker-compose.yml +++ b/apps/onlyofficedocs/docker-compose.yml @@ -5,7 +5,7 @@ # license.lic should storaged to data # volumes cache,mq is define at image but documentation not mention them # volumes fonts,forgotten is special define -# it starting need lots cpu and long time, so set cpus: 0.5 +# it starting need lots cpu and long time, so set cpu_percent: 50 # Add RabbitMQ, otherwise Onlyofficedocs need long time to start because the inner rabbitmq some time not start: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/699 version: '3.8' @@ -16,7 +16,7 @@ services: restart: unless-stopped env_file: - .env - cpus: 0.5 + cpu_percent: 50 ports: - ${W9_HTTP_PORT_SET}:80 expose: