Do you want to: Report a bug
Document Server version: 8.2
Type of installation of the Document Server (docker, deb/rpm, exe, please point us to the installation guide that you used as well): docker
OS: Rocky 9.4
Browser version: Brave Version 1.73.105 Chromium: 131.0.6778.265 (Official Build) (64-bit)
Additional information:
Docker compose:
services:
documentserver:
image: onlyoffice/documentserver:latest
container_name: documentserver
restart: always
ports:
- "8888:80"
environment:
- JWT_SECRET=${JWT_SECRET}
- JWT_ENABLED=${JWT_ENABLED}
- ALLOW_PRIVATE_IP_ADDRESS=${ALLOW_PRIVATE_IP_ADDRESS}
- ALLOW_META_IP_ADDRESS=${ALLOW_META_IP_ADDRESS}
volumes:
- /opt/onlyoffice/DocumentServer/logs:/var/log/onlyoffice
- /opt/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data
- /opt/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice
- /opt/onlyoffice/DocumentServer/db:/var/lib/postgresql
I cannot attach the document as it’s confidential. But I’ve tested using docserver 8.0 on a separate server, the footer shows up.
We can’t use the older versions as we encounter another bug on Rocky 9: Running the Docker version of the 'only office/documentserver' container on the Rocky linux system timed out and reported an error - #15 by Alexandre