mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-09 23:17:46 +08:00
f93085f161
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.1.1
|
|
|
|
# USER root is probably used
|
|
|
|
HEALTHCHECK CMD nc -z localhost 80 || exit 1
|
|
LABEL com.centurylinklabs.watchtower.enable="false"
|