mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 05:45:28 +08:00
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"
|