mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-08 22:57:55 +08:00
9ba0dbf6a3
Signed-off-by: Zoey <zoey@z0ey.de>
8 lines
283 B
Docker
8 lines
283 B
Docker
# syntax=docker/dockerfile:latest
|
|
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
|
FROM onlyoffice/documentserver:7.5.1.1
|
|
|
|
# USER root is probably used
|
|
|
|
HEALTHCHECK CMD nc -z localhost 80 || exit 1
|
|
LABEL com.centurylinklabs.watchtower.enable="false"
|