mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-25 07:55:00 +08:00
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:8.3.3.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"
|