mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-02-13 13:58:36 +02:00
[ClamAV] Restart only on failure
This commit is contained in:
parent
1ffed58956
commit
9a504de1f8
@ -68,7 +68,7 @@ services:
|
||||
clamd-mailcow:
|
||||
image: mailcow/clamd:1.2
|
||||
build: ./data/Dockerfiles/clamd
|
||||
restart: always
|
||||
restart: on-failure
|
||||
environment:
|
||||
- SKIP_CLAMD=${SKIP_CLAMD:-n}
|
||||
dns:
|
||||
|
Loading…
x
Reference in New Issue
Block a user