mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 14:06:50 +00:00
Bumps onlyoffice/documentserver from 9.2.0.1 to 9.2.1.1. --- updated-dependencies: - dependency-name: onlyoffice/documentserver dependency-version: 9.2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
392 B
Docker
11 lines
392 B
Docker
# syntax=docker/dockerfile:latest
|
|
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
|
FROM onlyoffice/documentserver:9.2.1.1
|
|
|
|
# USER root is probably used
|
|
|
|
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
|
|
|
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
|
org.label-schema.vendor="Nextcloud"
|