mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-18 04:50:05 -04:00
10 lines
177 B
YAML
10 lines
177 B
YAML
services:
|
|
start_antivirus:
|
|
image: dadarek/wait-for-dependencies
|
|
depends_on:
|
|
- clamav
|
|
command: clamav:3310
|
|
clamav:
|
|
image: opencloudeu/clamav-ci:latest
|
|
|