Tag: docker

Install mongodb extension on Docker Alpine PHP 8.0

In case you are building a Docker container with an older PHP 8.0 version and you need mongodb extension, then you may see this error during the container build process: The problem is that your Dockerfile has pecl install mongodb, which installs the latest version. If we look on the PHP pecl mongodb link, we …

Continue reading

Nextcloud OnlyOffice document security token error

Nextcloud OpenOffice document security error

I am running Nextcloud and OnlyOffice Document server in different Portainer stacks. They are behind a Traefik docker container used as a reverse proxy. When updating Nextcloud from one version to another i sometimes get the error below, when trying to open DOCX / XLSX files:

Continue reading