mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
1007 B
1007 B
title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
| title | date | weight | geekdocRepo | geekdocEditPath | geekdocFilePath |
|---|---|---|---|---|---|
| oCIS with clamav | 2024-05-21T14:04:00+01:00 | 101 | https://github.com/owncloud/ocis | edit/master/docs/ocis/deployment | ocis_clamav.md |
{{< toc >}}
Overview
- oCIS with standard clamav setup
The docker stack contains the following services:
oCIS itself, without any proxy in front of it, keep in mind, the example is for demonstration purposes only and should not be used in production.
A pre-configured clamav container to virus scan files uploaded to oCIS.
Server Deployment
The provided docker compose file is for local demonstration purposes only. It is not recommended to use this setup in production.
Local setup
docker-compose up -d
once all containers are up and running, you can access the oCIS instance at https://localhost:9200,
clamav could take some time to start up, so please be patient.