mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 22:27:42 +08:00
9b8ceb1a7d
Signed-off-by: Simon L <szaimen@e.mail.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:8.0.1.1
|
|
|
|
# USER root is probably used
|
|
|
|
HEALTHCHECK CMD nc -z localhost 80 || exit 1
|
|
LABEL com.centurylinklabs.watchtower.enable="false"
|