mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-24 08:26:55 +00:00
See: https://containrrr.dev/watchtower/container-selection/#monitor_only Signed-off-by: Zoey <zoey@z0ey.de>
5 lines
No EOL
224 B
Docker
5 lines
No EOL
224 B
Docker
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
|
FROM onlyoffice/documentserver:7.2.2.56
|
|
|
|
HEALTHCHECK CMD nc -z localhost 80 || exit 1
|
|
LABEL com.centurylinklabs.watchtower.monitor-only="true" |