2024-02-16 16:21:18 +01:00
|
|
|
# syntax=docker/dockerfile:latest
|
2022-03-17 10:13:21 +01:00
|
|
|
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
2025-07-10 10:51:28 +02:00
|
|
|
FROM onlyoffice/documentserver:9.0.3.1
|
2022-08-25 15:06:23 +02:00
|
|
|
|
2023-06-03 14:56:05 +02:00
|
|
|
# USER root is probably used
|
|
|
|
|
|
2024-12-03 11:43:29 +01:00
|
|
|
COPY --chmod=775 healthcheck.sh /healthcheck.sh
|
|
|
|
|
|
2024-12-16 13:45:22 +01:00
|
|
|
HEALTHCHECK --start-period=60s --retries=9 CMD /healthcheck.sh
|
2025-05-19 14:31:29 +02:00
|
|
|
LABEL com.centurylinklabs.watchtower.enable="false" \
|
|
|
|
|
org.label-schema.vendor="Nextcloud"
|