mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-07 22:27:42 +08:00
2af13efe63
Signed-off-by: szaimen <szaimen@e.mail.de>
4 lines
No EOL
170 B
Docker
4 lines
No EOL
170 B
Docker
# From https://github.com/ONLYOFFICE/Docker-DocumentServer/blob/master/Dockerfile
|
|
FROM onlyoffice/documentserver:7.2.0.204
|
|
|
|
HEALTHCHECK CMD curl -skfI localhost || exit 1 |