mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-22 18:04:44 +00:00
Add CLAMD_STARTUP_TIMEOUT to docker-compose.yml environment
Co-authored-by: DerLinkman <62480600+DerLinkman@users.noreply.github.com>
This commit is contained in:
parent
c8acacb5b1
commit
0fcbd33ee1
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ services:
|
|||
environment:
|
||||
- TZ=${TZ}
|
||||
- SKIP_CLAMD=${SKIP_CLAMD:-n}
|
||||
- CLAMD_STARTUP_TIMEOUT=${CLAMD_STARTUP_TIMEOUT:-600}
|
||||
volumes:
|
||||
- ./data/conf/clamav/:/etc/clamav/:Z
|
||||
- clamd-db-vol-1:/var/lib/clamav
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue