mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 22:27:42 +08:00
713d48eecd
Signed-off-by: Simon L <szaimen@e.mail.de>
7 lines
254 B
Docker
7 lines
254 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.monitor-only="true"
|