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