mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-08 06:37:49 +08:00
3c1dcb374f
Signed-off-by: Simon L <szaimen@e.mail.de>
5 lines
225 B
Docker
5 lines
225 B
Docker
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
|
FROM onlyoffice/documentserver:7.3.3.49
|
|
|
|
HEALTHCHECK CMD nc -z localhost 80 || exit 1
|
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|