mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-08 14:47:43 +08:00
68d95af47d
Signed-off-by: Simon L <szaimen@e.mail.de>
7 lines
249 B
Docker
7 lines
249 B
Docker
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
|
FROM onlyoffice/documentserver:7.4.0.1
|
|
|
|
# USER root is probably used
|
|
|
|
HEALTHCHECK CMD nc -z localhost 80 || exit 1
|
|
LABEL com.centurylinklabs.watchtower.enable="false"
|